Skip to content

Commit

Permalink
v1.16-fas
Browse files Browse the repository at this point in the history
  • Loading branch information
fashberg committed Oct 11, 2020
1 parent aa9a170 commit aeee1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WAdapter/WNetwork.h
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ void handleHttpFirmwareUpdateFinished(AsyncWebServerRequest *request) {

#ifndef MINIMAL
if (lastMqttHassAutodiscoverySent==0){
if (sendMqttHassAutodiscover(false) ) lastMqttHassAutodiscoverySent=now();
if (sendMqttHassAutodiscover(false) ) lastMqttHassAutodiscoverySent=millis();
}
#endif
return true;
Expand Down

0 comments on commit aeee1e5

Please # to comment.