From 8beaa3886e474a432defe4aaebdfac5ecc45098c Mon Sep 17 00:00:00 2001 From: Adam Wonak Date: Sun, 29 Jun 2025 22:45:39 -0700 Subject: [PATCH] down bump version --- examples/Gravity/save_state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Gravity/save_state.h b/examples/Gravity/save_state.h index 8a814c6..d37a6ae 100644 --- a/examples/Gravity/save_state.h +++ b/examples/Gravity/save_state.h @@ -9,7 +9,7 @@ struct AppState; // Define the constants for the current firmware. const char SKETCH_NAME[] = "Gravity"; -const byte SKETCH_VERSION = 6; +const byte SKETCH_VERSION = 5; // Define the minimum amount of time between EEPROM writes. static const unsigned long SAVE_DELAY_MS = 2000;