Merge pull request #901 from cyberman54/master

sync dev to master
This commit is contained in:
Verkehrsrot 2022-10-28 11:51:54 +02:00 committed by GitHub
commit d89abc42e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -576,9 +576,9 @@ Send for example `83` `86` as Downlink on Port 2 to get battery status and time/
# 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");
you may not use this file except in compliance with the License.

View File

@ -204,7 +204,7 @@ void dp_refresh(bool nextPage) {
if (cfg.wifiscan)
dp->printf("WIFI:%-5u", count.wifi_count);
else
dp->printf("WIFI:off");
dp->printf("WIFI:off ");
if (cfg.blescan)
dp->printf("BLTH:%-5u", count.ble_count);
else
@ -213,7 +213,7 @@ void dp_refresh(bool nextPage) {
if (cfg.wifiscan)
dp->printf("WIFI:%-5u", count.wifi_count);
else
dp->printf("WIFI:off");
dp->printf("WIFI:off ");
#elif ((!WIFICOUNTER) && (BLECOUNTER))
if (cfg.blescan)
dp->printf("BLTH:%-5u", count.ble_count);