Commit 41f6650a authored by norbert.dajnowski's avatar norbert.dajnowski

Update weather-station-server.py

parent 4fe8e5bf
......@@ -10,9 +10,9 @@ from bleak import BleakClient
from bleak import _logger as logger
CHARACTERISTIC_UUID = "0000ffe1-0000-1000-8000-00805f9b34fb"
CHARACTERISTIC_UUID = ""
baseURL = 'https://api.thingspeak.com/update?api_key=N4DJDAJ1LN59PKQJ&field1='
baseURL = 'https://api.thingspeak.com/update?api_key='
async def thingspeakWrite():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment