mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-22 01:11:40 +00:00
Only allow changes if we aren't driver mode right now
This commit is contained in:
@@ -136,6 +136,10 @@ public class SocketHandler {
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
|
||||
// TODO handle not setting binary stuff on driver mode
|
||||
if(currentProcess.getIsDriverMode()) break;
|
||||
|
||||
setField(currentPipeline.settings, entry.getKey(), entry.getValue());
|
||||
switch (entry.getKey()) {
|
||||
case "exposure": {
|
||||
|
||||
Reference in New Issue
Block a user