From afbcc3b344a83eebeeb5bf6a0760807859e33e30 Mon Sep 17 00:00:00 2001 From: lejo1512 <45564486+lejo1512@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:52:05 +0100 Subject: [PATCH] FW3133-LGX --- Firmware/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/Configuration.h b/Firmware/Configuration.h index 07005fbbf8..6aca10f981 100644 --- a/Firmware/Configuration.h +++ b/Firmware/Configuration.h @@ -21,7 +21,7 @@ extern const char _sPrinterMmuName[] PROGMEM; #define FW_MAJOR 3 #define FW_MINOR 13 #define FW_REVISION 3 -#define FW_COMMITNR 7094 +#define FW_COMMITNR 7864 //#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