Skip to content

Commit

Permalink
move files to build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
coppermilk committed Oct 19, 2023
1 parent e985c66 commit 3ababf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions main_v2.ino → sketch/sketch.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2085,8 +2085,8 @@ void WiFiManagerTask() {
//SmartWatch sm(__FUNCTION__);
WiFiManager wifiManager;
wifiManager.setDebugOutput(true);
const char* custom_html = "<style>button{background-color:red;}</style>";
wifiManager.setCustomHeadElement(custom_html);
//const char* custom_html = "<style>button{background-color:red;}</style>";
//wifiManager.setCustomHeadElement(custom_html);

// Load saved configuration
const Config& old_config = global_settings.GetConfig();
Expand Down

0 comments on commit 3ababf3

Please sign in to comment.