first tests are working
This commit is contained in:
parent
912165d9ee
commit
ffee834ccb
3 changed files with 21 additions and 8 deletions
|
@ -21,6 +21,7 @@ namespace fw
|
|||
const uint16_t eeprom_size = 1000;
|
||||
const uint8_t security_number = 93;
|
||||
const uint16_t eeprom_settings_head = 0;
|
||||
const uint16_t eeprom_amout_of_rules_head = eeprom_settings_head + 1;
|
||||
const uint16_t eeprom_rules_head = 10;
|
||||
#endif
|
||||
ok_t mount_spiffs();
|
||||
|
|
Reference in a new issue