Update README.md

This commit is contained in:
Waldek 2021-06-07 16:45:57 +02:00 committed by GitHub
parent cf9e9b792b
commit 0a211cd934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 6 deletions

View File

@ -55,7 +55,10 @@ php support running on the server.
https://github.com/sp2ong/HBMonv2/tree/main/sysinfo https://github.com/sp2ong/HBMonv2/tree/main/sysinfo
Please remember the table lastheard displays only station transmissions Please remember the table lastheard displays only station transmissions
that are longer than 2 seconds. that are longer than 2 sec.
use >=0 instead of >2 if you want to record all activities in line:
if int(float(p[9])) > 2:
If you want to have more than the last 15 entries in the Lastherad table If you want to have more than the last 15 entries in the Lastherad table
change in the monitor.py file line from: change in the monitor.py file line from:
@ -65,11 +68,6 @@ php support running on the server.
to for example: to for example:
if n == 25: if n == 25:
save QSOs to lastheared.log for which transmission duration is longer than 2 sec,
use >=0 instead of >2 if you want to record all activities in line:
if int(float(p[9])) > 2:
I recommend that you do not use the BRIDGE_INC = True option to display bridge information I recommend that you do not use the BRIDGE_INC = True option to display bridge information
(if you have multiple bridges displaying this information will increase the CPU load, (if you have multiple bridges displaying this information will increase the CPU load,