fix: Update SERVER_URL to use secure HTTPS for web server connection

This commit is contained in:
MayaTheShy
2026-02-16 00:53:51 -05:00
parent 8172431e44
commit 4dacfb53aa

View File

@@ -2,7 +2,7 @@
-- This script forwards turtle status updates to the web server
-- 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 STATUS_CHANNEL = 102