Skip to content

Commit

Permalink
Update readme about web firmware update
Browse files Browse the repository at this point in the history
  • Loading branch information
dzungpv committed Mar 1, 2020
1 parent 078b4eb commit 6968f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ It use SwiCago librairies: https://github.com/SwiCago/HeatPump
***
Features:
- Initial config: WIFI AP mode and web portal
- Webinterface for configuration, status and control
- Web interface for configuration, status and control, firmware upgrade
- Homeassistant autodiscovery and control with MQTT

***
Expand Down
2 changes: 1 addition & 1 deletion src/mitsubishi2mqtt/mitsubishi2mqtt.ino
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ void handleControl() {
server.sendContent(footerContent);
// Signal the end of the content
server.sendContent("");
delay(100);
//delay(100);
}

//login page, also called for logout
Expand Down

0 comments on commit 6968f3e

Please sign in to comment.