upython-bme680/secrets.py.example
2021-02-04 21:25:36 +01:00

6 lines
No EOL
167 B
Text

secrets = {
'ssid': 'mySSID',
'password': 'myPassword',
'timezone': 'Europe/Berlin',
'influx_endpoint': 'http://example.com:8086/write?db=example_db'
}