diff --git a/src/httpserver/http_fns.c b/src/httpserver/http_fns.c index 46d2b8159..fdf8d33ac 100644 --- a/src/httpserver/http_fns.c +++ b/src/httpserver/http_fns.c @@ -2091,9 +2091,9 @@ int http_fn_cfg_pins(http_request_t* request) { http_setup(request, httpMimeTypeHTML); http_html_start(request, "Pin config"); - poststr(request, "
The first textfield is used to enter channel index (relay index), used to support multiple relays and buttons. "); + poststr(request, "
The first field assigns a role to the given pin. The next field is used to enter channel index (relay index), used to support multiple relays and buttons. "); poststr(request, "So, first button and first relay should have channel 1, second button and second relay have channel 2, etc.
"); - poststr(request, "The second textfield (only for buttons) is used to enter channel to toggle when doing double click. "); + poststr(request, "
Only for button roles another field will be provided to enter channel to toggle when doing double click. "); poststr(request, "It shows up when you change role to button and save.
"); #if PLATFORM_BK7231N || PLATFORM_BK7231T poststr(request, "BK7231N/BK7231T supports PWM only on pins 6, 7, 8, 9, 24 and 26!
");