docs(firmware): document FW_VERSION format constraint for OTA version compare

This commit is contained in:
2026-05-11 06:45:53 -07:00
parent 81dc96b100
commit 21a3c646aa

View File

@@ -1,2 +1,3 @@
#pragma once
// Format: MAJOR.MINOR.PATCH (SemVer) — OTA version compare uses sscanf("%d.%d.%d")
#define FW_VERSION "1.0.0"