MoreClenup

on https://github.com/SpudGunMan/meshing-around/issues/26
This commit is contained in:
SpudGunMan
2024-08-02 02:57:56 -07:00
parent 43c0b12887
commit faa8a722d4
2 changed files with 2 additions and 4 deletions
+2
View File
@@ -41,6 +41,8 @@ interface1_type = config['interface'].get('type', 'serial')
port1 = config['interface'].get('port', '')
hostname1 = config['interface'].get('hostname', '')
mac1 = config['interface'].get('mac', '')
retry_int1 = False
retry_int2 = False
# interface2 settings
if 'interface2' in config: