mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-26 01:51:40 +00:00
Add protobuf publish setting slider (#1075)
Allows logging software and live data view to see results. Also removes the requirement for AScope to keep up with the packet serde schema and instead just use the Protobuf descriptor.
This commit is contained in:
@@ -36,6 +36,7 @@ export interface NetworkSettings {
|
||||
hostname: string;
|
||||
runNTServer: boolean;
|
||||
shouldManage: boolean;
|
||||
shouldPublishProto: boolean;
|
||||
canManage: boolean;
|
||||
networkManagerIface?: string;
|
||||
setStaticCommand?: string;
|
||||
|
||||
Reference in New Issue
Block a user