From 8afba311071ff6e43b64711058bcf4f79fde14df Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 29 Jun 2020 14:43:43 +0200 Subject: [PATCH] Add some comments --- tasmota/xdrv_23_zigbee_A_impl.ino | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/tasmota/xdrv_23_zigbee_A_impl.ino b/tasmota/xdrv_23_zigbee_A_impl.ino index 11ac8e5ad..c59daf114 100644 --- a/tasmota/xdrv_23_zigbee_A_impl.ino +++ b/tasmota/xdrv_23_zigbee_A_impl.ino @@ -1082,10 +1082,12 @@ void ZigbeeShow(bool json) if (!zigbee_num) { return; } // Calculate fixed column width for best visual result (Theos opinion) - uint8_t px_batt = (strlen(D_BATT) + 5 + 1) * 10; // Batt 100% = 100px - uint8_t px_lqi = (strlen(D_LQI) + 4) * 10; // LQI 254 = 70px + const uint8_t px_batt = (strlen(D_BATT) + 5 + 1) * 10; // Batt 100% = 90px + 10px column separator + const uint8_t px_lqi = (strlen(D_LQI) + 4) * 10; // LQI 254 = 70px WSContentSend_P(PSTR("{t}")); // Terminate current two column table and open new table +// WSContentSend_P(PSTR("