mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-03 03:01:40 +00:00
Send isEnabled to UI (#2499)
This commit is contained in:
@@ -580,6 +580,7 @@ public class VisionModule {
|
||||
ret.maxWhiteBalanceTemp = visionSource.getSettables().getMaxWhiteBalanceTemp();
|
||||
|
||||
ret.deactivated = config.deactivated;
|
||||
ret.isEnabled = getEnabled();
|
||||
|
||||
ret.mismatch = this.mismatch;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user