Skip to content

Commit 41fd4c0

Browse files
committed
Use the production endpoint for sending data
1 parent 5951e58 commit 41fd4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ESP Firmware/src/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- @author Thanasis Georgiou
55

66
--- The server URL used for sending data to the hackAIR project
7-
server_URL = "http://hackair.draxis.gr:8000/sensors/arduino/measurements"
7+
server_URL = "https://api.hackair.eu/sensors/arduino/measurements"
88
auth_token = ""
99

1010
function sent_data(args)

0 commit comments

Comments
 (0)