mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
travelmate: update 1.4.5
* add a 'Net Error Check' which treats a missing internet availability as an error (disabled by default) * add a 'List Auto Expiry' which automatically resets the 'Faulty Stations' list after n minutes, default is '0' which means no expiry (old behaviour). * rework major parts of the check subroutine * add both features to LuCI frontend (separate PR/commit) Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
@@ -5,10 +5,12 @@ config travelmate 'global'
|
||||
option trm_enabled '0'
|
||||
option trm_captive '1'
|
||||
option trm_proactive '1'
|
||||
option trm_netcheck '0'
|
||||
option trm_iface 'trm_wwan'
|
||||
option trm_triggerdelay '2'
|
||||
option trm_debug '0'
|
||||
option trm_maxretry '3'
|
||||
option trm_maxretry '5'
|
||||
option trm_listexpiry '0'
|
||||
option trm_minquality '35'
|
||||
option trm_maxwait '30'
|
||||
option trm_timeout '60'
|
||||
|
||||
Reference in New Issue
Block a user