mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
build.sh sets FIRMWARE_VERSION via PLATFORMIO_BUILD_FLAGS — hardcoding it in platformio.ini caused a macro redefinition conflict. Instead, build_wio_tracker_l1_firmwares() now appends "-Plus" to the env var before calling build_firmware(), so the final version string becomes e.g. v1.15.0-Plus-abcdef. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>