This will lag few seconds. ");
+ poststr(request, "
Check networks reachable by module
This will take a few seconds ");
if (http_getArg(request->url, "scan", tmpA, sizeof(tmpA))) {
#ifdef WINDOWS
@@ -1265,22 +1265,22 @@ int http_fn_cfg_wifi(http_request_t* request) {
}
poststr(request, "");
poststr_h4(request, "Use this to disconnect from your WiFi");
poststr(request, "");
poststr_h2(request, "Use this to connect to your WiFi");
add_label_text_field(request, "SSID", "ssid", CFG_GetWiFiSSID(), "");
poststr(request, htmlFooterReturnToCfgOrMainPage);
http_html_end(request);
@@ -2759,7 +2759,7 @@ int http_fn_cfg_generic(http_request_t* request) {
poststr(request, "");
poststr(request, SUBMIT_AND_END_FORM);
- add_label_numeric_field(request, "Uptime seconds required to mark boot as OK", "boot_ok_delay",
+ add_label_numeric_field(request, "Uptime in seconds required to mark boot as OK", "boot_ok_delay",
CFG_GetBootOkSeconds(), "");