commit | bac775413bc86b910c0a55571c40b3ee50e68fde | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Sun Mar 03 13:57:00 2019 -0800 |
committer | Brian Silverman <bsilver16384@gmail.com> | Sun Mar 03 14:02:25 2019 -0800 |
tree | c54df0192e6cc44ac0ccc03feff682d1bbba4612 | |
parent | 35c1eca2f40b6bdfac3845fe12439a3209ccef1d [diff] [blame] |
Add an option to send 'a' repeatedly Change-Id: I81239d802035ecfb760c483b8b0d83c66a643f5d
diff --git a/y2019/jevois/structures.h b/y2019/jevois/structures.h index b6db24e..676b46c 100644 --- a/y2019/jevois/structures.h +++ b/y2019/jevois/structures.h
@@ -141,6 +141,9 @@ kCameraPassthrough, // Go to being a useful USB device. kUsb, + // Send As, which triggers the bootstrap script to drop directly into USB + // mode. + kAs, }; // This is all the information sent from the Teensy to each camera.