main/config.c

changeset 119
1cef3c25426b
parent 103
1885d0c75c48
child 120
afd58d4c7b5b
equal deleted inserted replaced
118:ae30613ffa6f 119:1cef3c25426b
372 unlink("/spiffs/etc/stations.old"); 372 unlink("/spiffs/etc/stations.old");
373 } 373 }
374 374
375 375
376 376
377 int blacklist_station(uint8_t *SSID)
378 {
379 return -1;
380 }
381
382
383
384 void write_runtime() 377 void write_runtime()
385 { 378 {
386 uint8_t *dst = (uint8_t *)&runtime; 379 uint8_t *dst = (uint8_t *)&runtime;
387 FILE *f = fopen("/spiffs/etc/runtime.conf", "w+"); 380 FILE *f = fopen("/spiffs/etc/runtime.conf", "w+");
388 381

mercurial