connect to existing APs

This commit is contained in:
Thaddeus Hughes
2026-03-11 10:45:18 -05:00
parent af02fbb117
commit a9fbd69262
4 changed files with 185 additions and 143 deletions

View File

@@ -345,7 +345,9 @@ esp_err_t comms_handle_post(cJSON *root, cJSON **response_json) {
if (param_idx == PARAM_WIFI_SSID ||
param_idx == PARAM_WIFI_PASS ||
param_idx == PARAM_WIFI_CHANNEL) {
param_idx == PARAM_WIFI_CHANNEL ||
param_idx == PARAM_NET_SSID ||
param_idx == PARAM_NET_PASS) {
wifi_params_changed = true;
}