Skip to content

Commit

Permalink
Clean up for Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RoSchmi committed Jul 24, 2024
1 parent 9e82fe0 commit c3a1bd8
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 235 deletions.
9 changes: 7 additions & 2 deletions include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,14 @@

#define SERIAL_PRINT 1 // 1 = yes, 0 = no. Select if Serial.print messages are printed

#define _ESPASYNC_WIFIMGR_LOGLEVEL_ 4 // ( 0 - 4) Define EspAsync_WiFiManager Loglevel (Debug Messages)
#define _ESPASYNC_WIFIMGR_LOGLEVEL_ 0 // ( 0 - 4) Define EspAsync_WiFiManager Loglevel (Debug Messages)

/* This is commented out as it's dangerous to display WiFi password in a Captive Portal page
#define DISPLAY_STORED_CREDENTIALS_IN_CP false // Define if stored Router SSIDs are displayed (should normally by set to false)
// Cave: it's dangerous to show the passwords. So don't do it !!!
*/

#define DISPLAY_STORED_CREDENTIALS_IN_CP true // Define if stored Router passwords are displayed

// Names for Tables in Azure Account, please obey rules for Azure Tablenames (e.g. no underscore allowed)
// regular expression "^[A-Za-z][A-Za-z0-9]{2,62}$".
Expand Down
Loading

0 comments on commit c3a1bd8

Please sign in to comment.