We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c240acd commit fd1583aCopy full SHA for fd1583a
Firmware/Configuration.h
@@ -22,9 +22,9 @@ extern const char _sPrinterMmuName[] PROGMEM;
22
#define FW_MAJOR 3
23
#define FW_MINOR 14
24
#define FW_REVISION 1
25
-#define FW_COMMITNR 8225
26
-#define FW_FLAVOR RC //uncomment if DEV, ALPHA, BETA or RC
27
-#define FW_FLAVERSION 1 //uncomment if FW_FLAVOR is defined and versioning is needed. Limited to max 8.
+#define FW_COMMITNR 8238
+//#define FW_FLAVOR RC //uncomment if DEV, ALPHA, BETA or RC
+//#define FW_FLAVERSION 1 //uncomment if FW_FLAVOR is defined and versioning is needed. Limited to max 8.
28
#endif
29
30
#ifndef FW_FLAVOR
0 commit comments