Browse Source

clean up #88 remove unused char *p

pull/98/head
stefan123t 3 years ago
parent
commit
6b6f4c8774
  1. 1
      tools/esp8266/app.cpp

1
tools/esp8266/app.cpp

@ -782,7 +782,6 @@ void app::saveValues(bool webSend = true) {
Main::saveValues(false); // general configuration Main::saveValues(false); // general configuration
if(mWeb->args() > 0) { if(mWeb->args() > 0) {
char *p;
char buf[20] = {0}; char buf[20] = {0};
uint8_t i = 0; uint8_t i = 0;
uint16_t interval; uint16_t interval;

Loading…
Cancel
Save