Browse Source

configuration change

PavelSindler 6 years ago
parent
commit
b85661309f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Firmware/Configuration.h

+ 1 - 1
Firmware/Configuration.h

@@ -11,7 +11,7 @@
 #define FW_COMMIT_NR   1990
 // FW_VERSION_UNKNOWN means this is an unofficial build.
 // The firmware should only be checked into github with this symbol.
-#define FW_DEV_VERSION FW_VERSION_GOLD
+#define FW_DEV_VERSION FW_VERSION_UNKNOWN
 #define FW_REPOSITORY "Unknown"
 #define FW_VERSION_FULL FW_VERSION // "-" STR(FW_COMMIT_NR)