diff --git a/webbridge.lua b/webbridge.lua index 6b4510f..f2e318b 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 = "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