mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
fix(ui): bump splash MESHCORE_VERSION 1.15 -> 1.16
The splash shows the upstream base version from the hardcoded MESHCORE_VERSION build flag (distinct from FIRMWARE_VERSION, which is our solo version). The upstream merge bumped FIRMWARE_VERSION to v1.16-solo.0 but left this flag at 1.15. Update all three occurrences (wio + eink) to 1.16. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -34,7 +34,7 @@ build_flags = ${nrf52_base.build_flags}
|
||||
-D PIN_BUZZER=12
|
||||
-D QSPIFLASH=1
|
||||
-D FIRMWARE_SOLO_BUILD=1
|
||||
-D MESHCORE_VERSION='"1.15"'
|
||||
-D MESHCORE_VERSION='"1.16"'
|
||||
-D UI_SENSORS_PAGE=1
|
||||
-D BLE_PIN_CODE=123456
|
||||
build_src_filter = ${nrf52_base.build_src_filter}
|
||||
|
||||
Reference in New Issue
Block a user