commit | ed5b26d1a2438112020af8b31af8103cae7f6661 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Thu Dec 05 20:51:59 2019 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun Dec 08 19:17:38 2019 -0800 |
tree | e32c20d8eb1d3d0b3f76675f6e27febdce3d0402 | |
parent | 80c7fce65f5d095b4bf4b53b10e957e314d1c618 [diff] [blame] |
y2019 robot code starts! We are now deploying the config, and all the missing locations are now available. Some channels got renamed to be more user friendly. Change-Id: Idc771998b24a769994ec80f3aee292b0d1ac6240
diff --git a/y2019/camera_log.fbs b/y2019/camera_log.fbs new file mode 100644 index 0000000..0ef7c04 --- /dev/null +++ b/y2019/camera_log.fbs
@@ -0,0 +1,7 @@ +namespace y2019; + +table CameraLog { + log:bool; +} + +root_type CameraLog;