Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MODSERIAL FATFileSystem
Diff: SequenceController/SequenceController.cpp
- Revision:
- 30:2964617e7676
- Parent:
- 21:38c8544db6f4
- Child:
- 45:16b8162188ca
--- a/SequenceController/SequenceController.cpp Fri Dec 01 22:43:14 2017 +0000 +++ b/SequenceController/SequenceController.cpp Wed Dec 06 22:08:44 2017 +0000 @@ -67,7 +67,7 @@ /* EXIT */ if (randomstring.find("exit") != -1) { loadStruct.title = "exit"; - loadStruct.state = FLOAT_LEVEL; //this is the normal exit condition of the dive-rise sequence + loadStruct.state = FLOAT_BROADCAST; //this is the new exit condition of the dive-rise sequence (11/4/17) } /* EXIT */