12 lines
428 B
Python
12 lines
428 B
Python
node_name = "node_mpt_01"
|
|
|
|
wifi_ssid = "espnet"
|
|
wifi_psk = "esp32net"
|
|
|
|
influx_token = "5TQvTkulmC6C_EIBE5objHDPROqdUjhCQbqA9pDL2V-D-MDMq8HXmC4azbapB-8O_8stypSGUCdmqpITHaosow=="
|
|
influx_bucket = "sensornodes"
|
|
influx_org = "none"
|
|
influx_url = "https://influx.krumel.moe/api/v2/write?org={org}&bucket={bucket}&precision=s".format(org=influx_org, bucket=influx_bucket)
|
|
influx_header = "Authoirzation: Token {}".format(influx_token)
|
|
|