Handle bool defaults on emulated eeprom platform platforms (fixes #5)

This commit is contained in:
Filip Ayazi 2023-03-08 23:51:22 +00:00
parent 13e9a2c598
commit 51b5b670e6
6 changed files with 24 additions and 5 deletions

View file

@ -11,6 +11,7 @@
#define MAX_ARGUMENT_LENGTH 20 //used in argument parsing, takes up ram
#define VERSION_STRING "Sangaboard Firmware v1.0.0-beta"
#define DEBUG_ON
#define EMULATED_EEPROM_SIZE 512
//module choice
#define HELP