Fix js error prevending wifi scanning

This commit is contained in:
2017-09-11 12:36:23 +02:00
parent b0992702b9
commit 5aef8a0f11
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#define FW_V_MAJOR 1
#define FW_V_MINOR 0
#define FW_V_PATCH 1
#define FW_V_PATCH 2
#define FIRMWARE_VERSION STR(FW_V_MAJOR) "." STR(FW_V_MINOR) "." STR(FW_V_PATCH) "+" GIT_HASH
#define FIRMWARE_VERSION_NUM (FW_V_MAJOR*1000 + FW_V_MINOR*10 + FW_V_PATCH) // this is used in ID queries