mirror of
https://github.com/ALLFATHER-BV/wadamesh.git
synced 2026-08-14 07:19:56 +00:00
PLATFORMIO_BUILD_FLAGS is whitespace-split, so '10 Aug 2026' tore the string apart and every -D after it was dropped — including FIRMWARE_RELEASE_TAG, which is precisely the untagged-build failure the new gate exists to catch. The gate caught it on the first real run and stopped beta_61 before anything published. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>