Use a null terminator instead of $ to mark eeprom end
This commit is contained in:
@@ -50,7 +50,7 @@ typedef struct __attribute__((packed)) cardData {
|
||||
#define LED_ERROR_BLINK_TIME 50
|
||||
|
||||
#define EEPROM_SIZE 4095
|
||||
#define EEPROM_END_MARKER '$'
|
||||
#define EEPROM_END_MARKER '\0'
|
||||
|
||||
enum wifiStates
|
||||
{
|
||||
|
Reference in New Issue
Block a user