From 0a211cd934470572025223bfa24043568740887d Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 7 Jun 2021 16:45:57 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3c08201..ff4ea10 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,10 @@ php support running on the server. https://github.com/sp2ong/HBMonv2/tree/main/sysinfo 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 change in the monitor.py file line from: @@ -65,11 +68,6 @@ php support running on the server. to for example: 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 (if you have multiple bridges displaying this information will increase the CPU load,