From 96003014da6fe3a9f467e12e2aadeba05563642c Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Mon, 16 Feb 2026 01:12:25 -0500 Subject: [PATCH] fix: Update SERVER_URL to point to the local server address --- webbridge.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webbridge.lua b/webbridge.lua index b299820..3406e8d 100644 --- a/webbridge.lua +++ b/webbridge.lua @@ -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