diff options
author | kartofen <mladenovnasko0@gmail.com> | 2024-03-03 23:20:11 +0200 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2024-03-03 23:20:11 +0200 |
commit | 39f4c3f833ec119a0060cb833c7a1953bca76eef (patch) | |
tree | d943fd0f8d6f0e5edf423ee8ba24aabb671717c5 /.Glass | |
parent | b929a1d34690d3d7fed6686459ff803962ce907f (diff) |
more subsystems
Diffstat (limited to '.Glass')
-rw-r--r-- | .Glass/glass.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.Glass/glass.json b/.Glass/glass.json new file mode 100644 index 0000000..e7b9ec9 --- /dev/null +++ b/.Glass/glass.json @@ -0,0 +1,22 @@ +{ + "NetworkTables": { + "Retained Values": { + "open": false + }, + "transitory": { + "SmartDashboard": { + "open": true + } + }, + "types": { + "/FMSInfo": "FMSInfo" + } + }, + "NetworkTables Info": { + "visible": true + }, + "NetworkTables Settings": { + "mode": "Client (NT4)", + "serverTeam": "9089" + } +} |