Skip to content

Commit 501d62a

Browse files
authored
Merge branch 'main' into codex/add-static-homepage-wireframe-with-cards
2 parents f8fa48c + 87cee96 commit 501d62a

40 files changed

Lines changed: 396 additions & 4808 deletions

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.7.3](https://github.com/baba-dev/M5Tab5-UserDemo/compare/v1.7.2...v1.7.3) (2025-09-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **build:** remove tab5 dependencies lock ([d0a22de](https://github.com/baba-dev/M5Tab5-UserDemo/commit/d0a22de05ca80fcaf618ae1b2fb2ef576b2ab15c))
9+
* **hosted:** harden sdio bring-up ([a1733bf](https://github.com/baba-dev/M5Tab5-UserDemo/commit/a1733bfcb39ba314c1459a3ee129ac4457be738a))
10+
* **platforms:** guard optional wifi hosted deps ([a3b3c76](https://github.com/baba-dev/M5Tab5-UserDemo/commit/a3b3c7640bbc2ec72c95f9f33c81c9f7511fb755))
11+
* **tab5:** clean wifi remote dependencies ([c5dde79](https://github.com/baba-dev/M5Tab5-UserDemo/commit/c5dde795d979634f52c47dd031ece6ce0585eb4a))
12+
* **tab5:** guard hosted wifi and add heap tracing ([c1d3851](https://github.com/baba-dev/M5Tab5-UserDemo/commit/c1d3851641085126803ab1a43160cb38e438774d))
13+
* **ui:** restore launcher view build deps ([873de9e](https://github.com/baba-dev/M5Tab5-UserDemo/commit/873de9e4a652b4df242e000feb077f3b257dea12))
14+
315
## [1.7.2](https://github.com/baba-dev/M5Tab5-UserDemo/compare/v1.7.1...v1.7.2) (2025-09-22)
416

517

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Links to key design and documentation resources:
2222
- [`docs/AI_GUIDELINES.md`](docs/AI_GUIDELINES.md): workflow rules for AI-driven contributions.
2323

2424
- **Navigation Rail Preview**
25-
- Persistent left rail with icon buttons for ESP32P4 demo, Rooms, Frigate Security, Local Climate Station, and TV Controls.
25+
- Persistent left rail with icon buttons for Rooms, Frigate Security, Local Climate Station, TV Controls, and Settings.
2626
- Tap a destination to reveal a full-bleed gradient backdrop (`linear-gradient(90deg, #fcff9e 0%, #c67700 100%)`).
2727
- Cards, buttons, and title bars share softened 16 px radii and shadows to match the hardware aesthetic.
2828

29-
- **First Page: Default Demo for Tab5**
30-
The default user demo for testing out Tab5 features & control.
29+
- **First Page: Rooms Dashboard**
30+
The tablet boots directly into the Rooms view for lighting and scene control.
3131

3232
- **Second Page: Landscape-first dashboard (1280×720)**
3333
At-a-glance view of lights, climate, security, and media from Home Assistant.

app/apps/app_launcher/app_launcher.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* SPDX-License-Identifier: MIT
55
*/
66
#include "app_launcher.h"
7-
7+
#include "ui_home.h"
8+
#include <hal/hal.h>
89
#include <mooncake.h>
910
#include <mooncake_log.h>
10-
11-
#include "ui_home.h"
11+
#include <smooth_lvgl.h>
1212

1313
using namespace mooncake;
1414

app/apps/app_launcher/view/panel_camera.cpp

Lines changed: 0 additions & 139 deletions
This file was deleted.

app/apps/app_launcher/view/panel_com_monitor.cpp

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)