Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit ee35691

Browse files
committed
minor formatings
1 parent 7072eea commit ee35691

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ESP_WiFiManager_Lite.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ class ESP_WiFiManager_Lite
13691369
#endif
13701370

13711371
#if USING_CORS_FEATURE
1372-
const char* _CORS_Header = WM_HTTP_CORS_ALLOW_ALL; //"*";
1372+
const char* _CORS_Header = WM_HTTP_CORS_ALLOW_ALL; // "*";
13731373
#endif
13741374

13751375
//////////////////////////////////////
@@ -2634,6 +2634,7 @@ class ESP_WiFiManager_Lite
26342634
#endif
26352635

26362636
#if SCAN_WIFI_NETWORKS
2637+
26372638
ESP_WML_LOGDEBUG1(WiFiNetworksFound, F(" SSIDs found, generating HTML now"));
26382639
// Replace HTML <input...> with <select...>, based on WiFi network scan in startConfigurationMode()
26392640

@@ -2661,9 +2662,7 @@ class ESP_WiFiManager_Lite
26612662
ESP_WML_LOGDEBUG1(F("pitem:"), pitem);
26622663
pitem.replace("[[input_id1]]", "<input id='id1' list='SSIDs'>" + String(ESP_WM_LITE_DATALIST_START) + "'SSIDs'>" +
26632664
ListOfSSIDs + ESP_WM_LITE_DATALIST_END);
2664-
26652665
ESP_WML_LOGDEBUG1(F("pitem:"), pitem);
2666-
26672666
#else
26682667
pitem.replace("[[input_id]]", "<select id='id'>" + ListOfSSIDs + ESP_WM_LITE_SELECT_END);
26692668
pitem.replace("[[input_id1]]", "<select id='id1'>" + ListOfSSIDs + ESP_WM_LITE_SELECT_END);

0 commit comments

Comments
 (0)