initial commit, not working

This commit is contained in:
2025-06-28 08:18:51 -07:00
parent 6fa5674909
commit 362b6baa05
6 changed files with 162 additions and 5 deletions

View File

@ -9,7 +9,7 @@ struct AppState;
// Define the constants for the current firmware.
const char SKETCH_NAME[] = "Gravity";
const byte SKETCH_VERSION = 4;
const byte SKETCH_VERSION = 5;
// Define the minimum amount of time between EEPROM writes.
static const unsigned long SAVE_DELAY_MS = 2000;