Commit 7f42d19
Add dual-firmware OTA switching and display improvements for M5Stack Unit C6L
- Add OTA partition switching via BOOT button hold during startup,
allowing switching between repeater and companion firmware without
reflashing. Buzzer feedback indicates switch or error.
- Fix SSD1306 64x48 display garbled output by setting correct COM pins
configuration (0x12) after Adafruit library init, which lacks a 64x48
case. Disable text wrap to prevent long text from overflowing.
- Fix ESP32-C6 BLE build by adding missing esp_mac.h include for
esp_efuse_mac_get_default().
- Add display support to repeater build with C6L-specific UITask
featuring boot screen, marquee scrolling for long node names,
and I2C expander button wake.
- Add boot screen to companion UITask showing MeshCore version and
mode, with marquee scrolling and unread message count.
- Reorganize variant UITask files into companion/ and repeater/
subdirectories for consistency.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 3505d12 commit 7f42d19
File tree
10 files changed
+360
-165
lines changed- src/helpers
- esp32
- ui
- variants/m5stack_unit_c6l
- companion
- repeater
10 files changed
+360
-165
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
34 | 45 | | |
35 | 46 | | |
36 | 47 | | |
| |||
63 | 74 | | |
64 | 75 | | |
65 | 76 | | |
| 77 | + | |
66 | 78 | | |
67 | 79 | | |
68 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
47 | 94 | | |
48 | 95 | | |
49 | 96 | | |
| |||
105 | 152 | | |
106 | 153 | | |
107 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
108 | 158 | | |
109 | 159 | | |
110 | 160 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments