remove sta mode

This commit is contained in:
Benjamin Wilson 2025-01-16 16:56:50 -05:00
parent cedd88b9d6
commit 90e1fa42b5

View File

@ -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;