Skip to content

Commit

Permalink
new about and update functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
barn53 committed Feb 17, 2021
1 parent 2feb316 commit a7bb4ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion source/data/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ <h1 class="display-4">CoinThing</h1>
<small>&bull; https://github.com/tzapu/WiFiManager</small><br>
<small>&bull; https://github.com/bblanchon/ArduinoJson</small><br>
<small>&bull; https://github.com/peteha99/esp_gen_qr</small><br>

</p>
<p style="height:50px;">
</p>
</div>
<div class="col-sm-3 sidenav">
Expand Down
4 changes: 0 additions & 4 deletions source/src/rename_to_secrets.h

This file was deleted.

3 changes: 2 additions & 1 deletion source/src/wifi_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include "common.h"
#include "display.h"
#include "pre.h"
#include "secrets.h"
#include "utils.h"
#include <Arduino.h>

Expand All @@ -11,6 +10,7 @@

extern String HostName;

#if 0
void wifiSleep()
{
WiFi.disconnect();
Expand Down Expand Up @@ -43,6 +43,7 @@ void setupWiFi()
Serial.printf(" Hostname: %s\n", WiFi.hostname().c_str());
Serial.printf(" MAC: %s\n", WiFi.macAddress().c_str());
}
#endif

void handleWifiManager(WiFiManager& wifiManager, Display& display)
{
Expand Down

0 comments on commit a7bb4ac

Please sign in to comment.