Skip to content

Commit

Permalink
Templink (#201)
Browse files Browse the repository at this point in the history
* Allow a reconect

* Fix temp page control link
  • Loading branch information
lbussy committed Jul 16, 2023
1 parent 44bdfc1 commit 15a487f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data_source/temps.htm
Expand Up @@ -86,7 +86,7 @@ <h4><span id="templistName"></span></h4>
</ul>
<ul class="navbar ms-auto">
<h5 id="coolstate" class="alert">
<a id="coolstatetooltip" data-toggle="tooltip" data-placement="left" class="no-underline" href="settings#tempcontrol">
<a id="coolstatetooltip" data-toggle="tooltip" data-placement="left" class="no-underline" href="/settings#tempcontrol">
Control point: <span id="controlPoint"></span> Sensor
</a>
<a style="display:none;" id="fanstatetooltip" data-toggle="tooltip" data-placement="right" class="no-underline" href="/settings#tempcontrol">
Expand Down
2 changes: 1 addition & 1 deletion src/wifihandler.cpp
Expand Up @@ -22,7 +22,7 @@ SOFTWARE. */

#include "wifihandler.h"

//#define TRY_WIFI_RECONNECT
#define TRY_WIFI_RECONNECT

#include "config.h"
#include "appconfig.h"
Expand Down

0 comments on commit 15a487f

Please sign in to comment.