GoogleCloudPlatform / iot-core-micropython

Apache License 2.0
52 stars 14 forks source link

Use values from config for MQTT endpoint #5

Closed ferrarimarco closed 5 years ago

ferrarimarco commented 5 years ago

Despite specifying MQTT endpoint configuration values in the configuration template, these were hardcoded in main.py and the provided values were ignored. This PR fixes this.