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:
Jakub
2026-06-06 17:27:48 +02:00
parent f5b3213f80
commit 6099b39740
2 changed files with 3 additions and 3 deletions

View File

@@ -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}