fix: Update SERVER_URL to point to the local server address
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user