docs(firmware): document FW_VERSION format constraint for OTA version compare
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
// Format: MAJOR.MINOR.PATCH (SemVer) — OTA version compare uses sscanf("%d.%d.%d")
|
||||||
#define FW_VERSION "1.0.0"
|
#define FW_VERSION "1.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user