mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 14:37:05 +00:00
prueba5
This commit is contained in:
parent
79405abe06
commit
aba82ef3e0
2 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
|
||||
void Configuration::writeFile() {
|
||||
Serial.println("Saving config..");
|
||||
Serial.println("Saving config...");
|
||||
|
||||
StaticJsonDocument<2560> data;
|
||||
File configFile = SPIFFS.open("/igate_conf.json", "w");
|
||||
|
|
@ -112,6 +112,7 @@ void Configuration::writeFile() {
|
|||
configFile.close();
|
||||
|
||||
Serial.println("Config saved");
|
||||
delay(200);
|
||||
}
|
||||
|
||||
bool Configuration::readFile() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue