upython-bme680/secrets.py.example

6 lines
167 B
Text
Raw Permalink Normal View History

2021-02-04 21:25:36 +01:00
secrets = {
'ssid': 'mySSID',
'password': 'myPassword',
'timezone': 'Europe/Berlin',
'influx_endpoint': 'http://example.com:8086/write?db=example_db'
}