Alpha version of ModBus-MQTT and MQTT-APRS software.
This commit is contained in:
@@ -58,6 +58,7 @@ class config_reader:
|
||||
tmp = self.config_file_settings['global']['program-log']
|
||||
tmp = self.config_file_settings['global']['mqtt-server']
|
||||
tmp = self.config_file_settings['global']['mqtt-port']
|
||||
tmp = self.config_file_settings['global']['telemetry-interval']
|
||||
except:
|
||||
print ("Error in the global section of the configuration file.")
|
||||
return 0
|
||||
@@ -72,7 +73,6 @@ class config_reader:
|
||||
tmp = entry['to_call']
|
||||
tmp = entry['destination']
|
||||
tmp = entry['digipath']
|
||||
tmp = entry['interval']
|
||||
except:
|
||||
print ("Error in the aprs section of the configuration file.")
|
||||
return 0
|
||||
|
Reference in New Issue
Block a user