Removed unnecessary constant

This commit is contained in:
2021-10-21 21:09:29 +02:00
parent 04fc2c8705
commit 07cc2f35fd
-3
View File
@@ -8,9 +8,6 @@ require 'yaml'
config = YAML.load_file('config.yaml') config = YAML.load_file('config.yaml')
# MQTT Server configuration
SERVER = '192.168.178.48'
# Sensor configuration # Sensor configuration
sensors_config = config['sensors'] sensors_config = config['sensors']