mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Split up display configuration and LED/PLC testing into separate setup pages.
This commit is contained in:
@@ -37,7 +37,7 @@ var handlePlcIoChange = function(data) {
|
||||
|
||||
$(function() {
|
||||
// Set up the websocket back to the server.
|
||||
websocket = new CheesyWebsocket("/setup/field/websocket", {
|
||||
websocket = new CheesyWebsocket("/setup/led_plc/websocket", {
|
||||
ledMode: function(event) {handleLedMode(event.data); },
|
||||
plcIoChange: function(event) { handlePlcIoChange(event.data); }
|
||||
});
|
||||
Reference in New Issue
Block a user