Skip to content
Snippets Groups Projects

Working 24 controls + attribution

Merged Franklin Kaifeng Zheng requested to merge fkzheng-24-sensor-attribution into main
+ 2
0
@@ -554,8 +554,10 @@ void track_admin() {
break;
case TRACK_GET_SWITCH:
debug_printi("made it into track admin ", req->switch_num, "\r\n");
Delay(clock_server_tid, 50);
reply[0] = switch_states[(uint8_t)req->switch_num];
Reply(sender, reply, 1);
debug_printi("done track admin ", req->switch_num, "\r\n");
break;
case TRACK_RESERVE_SEGMENTS:
reply[0] = 1;
Loading