commit
d89abc42e3
@ -576,9 +576,9 @@ Send for example `83` `86` as Downlink on Port 2 to get battery status and time/
|
|||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
Copyright 2018-2020 Oliver Brandmueller <ob@sysadm.in>
|
Copyright 2018-2022 Oliver Brandmueller <ob@sysadm.in>
|
||||||
|
|
||||||
Copyright 2018-2020 Klaus Wilting <verkehrsrot@arcor.de>
|
Copyright 2018-2022 Klaus Wilting <verkehrsrot@arcor.de>
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
@ -204,7 +204,7 @@ void dp_refresh(bool nextPage) {
|
|||||||
if (cfg.wifiscan)
|
if (cfg.wifiscan)
|
||||||
dp->printf("WIFI:%-5u", count.wifi_count);
|
dp->printf("WIFI:%-5u", count.wifi_count);
|
||||||
else
|
else
|
||||||
dp->printf("WIFI:off");
|
dp->printf("WIFI:off ");
|
||||||
if (cfg.blescan)
|
if (cfg.blescan)
|
||||||
dp->printf("BLTH:%-5u", count.ble_count);
|
dp->printf("BLTH:%-5u", count.ble_count);
|
||||||
else
|
else
|
||||||
@ -213,7 +213,7 @@ void dp_refresh(bool nextPage) {
|
|||||||
if (cfg.wifiscan)
|
if (cfg.wifiscan)
|
||||||
dp->printf("WIFI:%-5u", count.wifi_count);
|
dp->printf("WIFI:%-5u", count.wifi_count);
|
||||||
else
|
else
|
||||||
dp->printf("WIFI:off");
|
dp->printf("WIFI:off ");
|
||||||
#elif ((!WIFICOUNTER) && (BLECOUNTER))
|
#elif ((!WIFICOUNTER) && (BLECOUNTER))
|
||||||
if (cfg.blescan)
|
if (cfg.blescan)
|
||||||
dp->printf("BLTH:%-5u", count.ble_count);
|
dp->printf("BLTH:%-5u", count.ble_count);
|
||||||
|
Loading…
Reference in New Issue
Block a user