Search found 1 match
- Mon Jun 08, 2020 12:10 pm
- Forum: ESP32 Arduino
- Topic: Array of settings - how to read it from SPIFF
- Replies: 0
- Views: 1617
Array of settings - how to read it from SPIFF
Dear ESP32 professionals, Please advise on the following topic 1. I have declared the following array of settings typedef struct { char pin[PIN_LENGHT]; boolean valid; time_t timefrom; time_t timetill; } s_access_pins; s_access_pins access_pins[NUMBER_OF_PINS]; 2. I created and stored in SPIFF file ...