Use a null terminator instead of $ to mark eeprom end

This commit is contained in:
Tanner Collin 2018-12-18 15:48:19 -07:00
parent d2d63146da
commit 5df3c5345e

View File

@ -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
{