fix: Update SERVER_URL to use secure HTTPS for web server connection
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
-- This script forwards turtle status updates to the web server
|
-- This script forwards turtle status updates to the web server
|
||||||
-- Place this on a computer connected to the wireless network
|
-- Place this on a computer connected to the wireless network
|
||||||
|
|
||||||
local SERVER_URL = "http://localhost:3001" -- Change to your server address
|
local SERVER_URL = "https://turtles.spatulaa.com" -- Change to your server address
|
||||||
local CHANNEL_RECEIVE = 101
|
local CHANNEL_RECEIVE = 101
|
||||||
local STATUS_CHANNEL = 102
|
local STATUS_CHANNEL = 102
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user