Correct call to ap_captive_portal.end()
This commit is contained in:
@@ -233,7 +233,7 @@ script:
|
|||||||
#ifdef USE_CAPTIVE_PORTAL
|
#ifdef USE_CAPTIVE_PORTAL
|
||||||
ESP_LOGD(TAG, "Stop Captive Portal");
|
ESP_LOGD(TAG, "Stop Captive Portal");
|
||||||
ap_captive_portal->dump_config();
|
ap_captive_portal->dump_config();
|
||||||
ap_captive_portal->stop();
|
ap_captive_portal->end();
|
||||||
ap_captive_portal->dump_config();
|
ap_captive_portal->dump_config();
|
||||||
#endif
|
#endif
|
||||||
#ifdef USE_ESP32_BLE_CLIENT
|
#ifdef USE_ESP32_BLE_CLIENT
|
||||||
|
|||||||
Reference in New Issue
Block a user