simple correction in config page (#1708)

Since I saw this in an illustration for an "issue".
If I'm not mistaken, I changed the GUI some time ago so the additional input appears/vanishes as soon as role is changed to button. So no need to wait for saving...
This commit is contained in:
MaxineMuster
2025-07-03 15:40:11 +02:00
committed by GitHub
parent 217dd1e3e1
commit 55ce270fef

View File

@ -2676,7 +2676,7 @@ int http_fn_cfg_pins(http_request_t* request) {
poststr(request, "<p>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.</p>");
poststr(request, "<p>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.</p>");
poststr(request, "It shows up when you change role to button.</p>");
#if PLATFORM_BK7231N || PLATFORM_BK7231T
poststr(request, "<p>BK7231N/BK7231T supports PWM only on pins 6, 7, 8, 9, 24 and 26!</p>");
#endif