Browse Source
this gives access to the CLI menus. You can start the SIL with the -s switch to set the slider position to CLImission-4.1.18
Andrew Tridgell
13 years ago
4 changed files with 43 additions and 8 deletions
@ -1,2 +1,10 @@
@@ -1,2 +1,10 @@
|
||||
|
||||
struct desktop_state { |
||||
bool slider; // slider switch state, True means CLI mode
|
||||
struct timeval sketch_start_time; |
||||
}; |
||||
|
||||
extern struct desktop_state desktop_state; |
||||
|
||||
void desktop_serial_select_setup(fd_set *fds, int *fd_high); |
||||
|
||||
|
Loading…
Reference in new issue