diff --git a/Software/include/globals.h b/Software/include/globals.h index 7c6f587..3257ebc 100644 --- a/Software/include/globals.h +++ b/Software/include/globals.h @@ -59,7 +59,7 @@ typedef struct Constants_s } Constants_t; const Constants_t constants PROGMEM = { - 1,4, // Firmware_Version + 1,5, // Firmware_Version 1,4, // Required Flash Version GIT_REV // Git-Hash-String };