Skip to content

Instantly share code, notes, and snippets.

@suru-dissanaike
Last active May 1, 2019 15:54
Show Gist options
  • Save suru-dissanaike/3027b554daaa3d434974ccee69687a25 to your computer and use it in GitHub Desktop.
Save suru-dissanaike/3027b554daaa3d434974ccee69687a25 to your computer and use it in GitHub Desktop.
config_schema:
- ["i2c.enable", true]
- ["i2c.scl_gpio", 26]
- ["i2c.sda_gpio", 27]
- ["wifi.ap.enable", false]
- ["wifi.sta.enable", true]
- ["wifi.sta.ssid", "YOUR-SSID"]
- ["wifi.sta.pass", "YOUR-PASSKEY"]
- ["mqtt.server", "YOUR-BROKER-IP:8883"]
- ["mqtt.enable", true]
- ["mqtt.ssl_ca_cert", "ca.crt"]
- ["mqtt.ssl_cert", "client.crt"]
- ["mqtt.ssl_key", "client.key"]
- ["debug.mbedtls_level", 5]
- ["debug.level", 3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment