Do not use so much RAM for eeprom

This commit is contained in:
Mathieu Maret 2016-03-18 01:19:35 +01:00
parent d92fe1ce99
commit e38edf0dbc
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
//#define ENABLE_EXTRA_GPIO
#define EEPROM_SIZE 1024
#define EEPROM_SIZE 512
char eeprom[EEPROM_SIZE];
#define WEB_DELAY_MS 100