mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-09 10:57:43 +00:00
Merge pull request #5577 from ascillato/patch-1
Fix Display Bug in KNX Webmenu for Physical Address
This commit is contained in:
commit
29eceb922b
@ -1,6 +1,7 @@
|
||||
/* 6.5.0.4 20190402
|
||||
* Fix Configure Timer Web GUI (#5568)
|
||||
* Add validation check when loading settings from flash
|
||||
* Fixed Display Bug in KNX webmenu for Physical Address
|
||||
*
|
||||
* 6.5.0.3 20190328
|
||||
* Add command Sensor20 1..255 to change Nova Fitness SDS01 working period in minutes (#5452)
|
||||
|
@ -880,6 +880,7 @@ void HandleKNXConfiguration(void)
|
||||
"}"
|
||||
"}"));
|
||||
WSContentSendStyle();
|
||||
KNX_physs_addr.value = Settings.knx_physsical_addr;
|
||||
WSContentSend_P(HTTP_FORM_KNX, KNX_physs_addr.pa.area, KNX_physs_addr.pa.line, KNX_physs_addr.pa.member);
|
||||
if ( Settings.flag.knx_enabled ) { WSContentSend_P(PSTR(" checked")); }
|
||||
WSContentSend_P(HTTP_FORM_KNX1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user