diff --git a/src/httpserver/http_fns.c b/src/httpserver/http_fns.c index 3385bcff0..26d3951b0 100644 --- a/src/httpserver/http_fns.c +++ b/src/httpserver/http_fns.c @@ -1101,12 +1101,12 @@ int http_fn_cfg_ping(http_request_t* request) { http_html_start(request, "Set Watchdog"); bChanged = 0; poststr(request, "
By default, all OpenBeken devices automatically tries to reconnect to WiFi when a connection is lost."); + poststr(request, "
By default, all OpenBeken devices automatically try to reconnect to WiFi when a connection is lost."); poststr(request, " I have tested the reconnect mechanism many times by restarting my router and it always worked reliably."); - poststr(request, " However, according to some reports, there are still some edge cases when a device fails to reconnect to WIFi."); + poststr(request, " However, according to some reports, there are still some edge cases where a device fails to reconnect to WiFi."); poststr(request, " This is why this mechanism has been added.
"); - poststr(request, "This mechanism keeps pinging certain host and reconnects to WiFi if it doesn't respond at all for a certain amount of seconds.
"); - poststr(request, "USAGE: For a host, choose the main address of your router and make sure it responds to a pings. Interval is 1 second or so, timeout can be set by user, to eg. 60 sec
"); + poststr(request, "This mechanism continuously pings a specified host and reconnects to WiFi if it doesn't respond for the specified number of seconds.
"); + poststr(request, "USAGE: For the host, choose the main address of your router and ensure it responds to pings. The interval is around 1 second, and the timeout can be set by the user, for example, to 60 seconds.
"); if (http_getArg(request->url, "host", tmpA, sizeof(tmpA))) { CFG_SetPingHost(tmpA); poststr_h4(request, "New ping host set!"); @@ -1232,7 +1232,7 @@ int http_fn_cfg_wifi(http_request_t* 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(), ""); @@ -2728,7 +2728,7 @@ int http_fn_cfg_startup(http_request_t* request) { http_setup(request, httpMimeTypeHTML); http_html_start(request, "Config startup"); poststr_h4(request, "Here you can set pin start values"); - poststr(request, "Simple OTA system (you should rather use the OTA from App panel where you can drag and drop file easily without setting up server). Use RBL file for OTA. In the OTA below, you should paste link to RBL file (you need HTTP server).
"); + poststr(request, "For a more user-friendly experience, it is recommended to use the OTA option in the Web Application, where you can easily drag and drop files without needing to set up a server. On Beken platforms, the .rbl file is used for OTA updates. In the OTA section below, paste the link to the .rbl file (an HTTP server is required).
"); add_label_text_field(request, "URL for new bin file", "host", "", "