mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-04-09 12:29:59 +02:00
remove sta mode
This commit is contained in:
parent
cedd88b9d6
commit
90e1fa42b5
@ -92,7 +92,7 @@ static esp_err_t check_is_same_network(httpd_req_t * req){
|
||||
|
||||
if (err == ESP_OK) {
|
||||
switch (mode) {
|
||||
case WIFI_MODE_STA:
|
||||
case WIFI_MODE_AP:
|
||||
case WIFI_MODE_APSTA:
|
||||
ESP_LOGI(TAG, "WiFi is in AP+/STA mode.");
|
||||
return ESP_OK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user