Skip to content

Commit

Permalink
Fix unused warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Hieromon committed Jul 28, 2022
1 parent 5ffd786 commit 5378225
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/mqttRSSI/mqttRSSI.ino
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ String saveParams(AutoConnectAux& aux, PageArgument& args) {
param.close();

// Echo back saved parameters to AutoConnectAux page.
AutoConnectInput& mqttserver = mqtt_setting[F("mqttserver")].as<AutoConnectInput>();
aux[F("period")].value = String(publishInterval / 1000);

return String();
Expand Down
1 change: 0 additions & 1 deletion examples/mqttRSSI_FS/mqttRSSI_FS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ String saveParams(AutoConnectAux& aux, PageArgument& args) {
param.close();

// Echo back saved parameters to AutoConnectAux page.
AutoConnectInput& mqttserver = mqtt_setting[F("mqttserver")].as<AutoConnectInput>();
aux[F("period")].value = String(publishInterval / 1000);

return String();
Expand Down

0 comments on commit 5378225

Please sign in to comment.