Removed unnecessary constant
This commit is contained in:
@@ -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']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user