We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a14d6 commit 87d8b51Copy full SHA for 87d8b51
sfeIoTNodeLoRaWAN/sfeNLCommands.h
@@ -157,18 +157,14 @@ class sfeNLCommands
157
if (!theApp)
158
return false;
159
160
- flxLog_I(F("Save Settings - Not Implemented"));
161
-
162
- // // Just call save
163
- // bool status = flxSettings.save(&flux);
164
- // if (status)
165
- // flxLog_I(F("Saving System Settings."));
166
- // else
167
- // flxLog_E(F("Error saving settings"));
168
169
- // return status;
+ // Just call save
+ bool status = flxSettings.save(&flux);
+ if (status)
+ flxLog_I(F("Saving System Settings."));
+ else
+ flxLog_E(F("Error saving settings"));
170
171
- return true;
+ return status;
172
}
173
//---------------------------------------------------------------------
174
///
0 commit comments