enhance code with inital brodcaster

https://github.com/SpudGunMan/meshing-around/issues/51 referenced in this enhancement. this is partially implemented for now in code
This commit is contained in:
SpudGunMan
2024-08-27 16:06:52 -07:00
parent 9d7e42aa60
commit c4ef1251c9
3 changed files with 31 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ max_retry_count1 = 4 # max retry count for interface 1
max_retry_count2 = 4 # max retry count for interface 2
retry_int1 = False
retry_int2 = False
scheduler_enabled = False # enable the scheduler currently config via code only
# Read the config file, if it does not exist, create basic config file
config = configparser.ConfigParser()