Skip to content

Commit

Permalink
make webpage pure
Browse files Browse the repository at this point in the history
  • Loading branch information
pexcn committed Feb 9, 2024
1 parent eefd75a commit 6346213
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/esp_framework/src/Http.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,6 @@ void Http::handleRoot()
// TAB 5 End
#endif

server->sendContent_P(
PSTR("</div><div style='text-align:center;margin-top:20px'>开发者:<a href='https://github.com/qlwz' target='_blank' style='color:#333;text-decoration:none'>情留メ蚊子</a>&nbsp;&nbsp;&nbsp;<a href='https://bbs.iobroker.cn' target='_blank' style='color:#333;text-decoration:none'>来和大神一起玩智能家居</a></div><div></body></html>"));

// TAB 2
snprintf_P(tmpData, sizeof(tmpData), PSTR("<script type='text/javascript'>%ssetRadioValue('dhcp', '%d');dhcponchange(null);"),
WiFi.isConnected() ? PSTR("") : PSTR("scanWifi();"), globalConfig.wifi.is_static ? 2 : 1);
Expand Down

0 comments on commit 6346213

Please sign in to comment.