From fc0dcd1ca5fb1eabc847ee15a842eb0b0f625a77 Mon Sep 17 00:00:00 2001 From: lejo1512 <45564486+lejo1512@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:09:21 +0100 Subject: [PATCH] FW3141 --- Firmware/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/Configuration.h b/Firmware/Configuration.h index 372000f0fe..144b2f7c34 100644 --- a/Firmware/Configuration.h +++ b/Firmware/Configuration.h @@ -22,7 +22,7 @@ extern const char _sPrinterMmuName[] PROGMEM; #define FW_MAJOR 3 #define FW_MINOR 14 #define FW_REVISION 1 -#define FW_COMMITNR 8237 +#define FW_COMMITNR 8552 //#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. #endif