fix: Update SERVER_URL to point to the local server address

This commit is contained in:
MayaTheShy
2026-02-16 01:12:25 -05:00
parent f70dd16cff
commit 96003014da

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 = "https://turtles.spatulaa.com" -- Change to your server address
local SERVER_URL = "http://10.10.10.6:4200" -- Change to your server address
local CHANNEL_RECEIVE = 101
local STATUS_CHANNEL = 102