Alpha version of ModBus-MQTT and MQTT-APRS software.

This commit is contained in:
marcel
2025-08-14 15:39:50 +02:00
parent f5a6937786
commit ce1b59fb6f
6 changed files with 71 additions and 72 deletions

View File

@@ -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