mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-09-14 15:16:40 +00:00
Same staleness bug as the build-date fallback: bypassing build.sh (a direct `pio run`, an IDE Build button, the sim) fell back to a hardcoded "v1.27-dev" literal that would silently keep claiming to BE v1.27 forever, even once development has moved well past it. build.sh/CI's real git-tag-derived FIRMWARE_VERSION is untouched -- only the bypass fallback changes, to a version-agnostic "dev-<build date>". Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>