Skip to content

Commit 4d2a6b2

Browse files
authored
Merge pull request #1175 from egrekov/development
Fix. The library is not assembled under ESP8266
2 parents 82701d9 + 1e85c0e commit 4d2a6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WiFiManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3167,7 +3167,7 @@ bool WiFiManager::WiFiSetCountry(){
31673167
*/
31683168

31693169

3170-
esp_err_t ret = false;
3170+
bool ret = false;
31713171
// ret = esp_wifi_set_bandwidth(WIFI_IF_AP,WIFI_BW_HT20); // WIFI_BW_HT40
31723172
#ifdef ESP32
31733173
// @todo check if wifi is init, no idea how, doesnt seem to be exposed atm ( might be now! )

0 commit comments

Comments
 (0)