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