From 79fae60b61d7ec3fedb34382c7a82686e230ae42 Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 5 Apr 2021 19:22:57 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 40def21..5591f8b 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,7 @@ This is version HBMonitor V2 If you use openbrige links, in config.py in OPB_FILTER enter NETWORK_ID to do not display unnecessary entries in LASTHEARD. - - Please remember the table lastheard displays only station transmissions that are longer than 2 seconds. - - If you don't want to have the lastheard list set in config.py: - LASTHEARD_INC = False - + If you want to have more than the last 15 entries in the Lastherad table change in the monitor.py file line from if n == 15: @@ -46,7 +41,7 @@ This is version HBMonitor V2 I recommend using the following settings: WEB_AUTH = True - in config.py and set a proper username and password in: + in config.py and set a proper username and password in: WEB_USER = 'hblink' WEB_PASS = 'hblink' will provide access to more information about masters / peers / openbridge / monitor for users @@ -63,8 +58,6 @@ This is version HBMonitor V2 In directory sysinfo/ you can find info on how to setup display SYSTEM Info data in Monitor. - If not need monitor online rules (I do not recommend please use in config.py BRIDGES_INC = False - --- **hbmonitor3 by KC1AWV**