mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-13 00:45:30 -04:00
Add fw state and fw cmd to trigger a start of a preloaded app
This commit is contained in:
parent
b52e57d4ea
commit
534ac06e86
5 changed files with 38 additions and 2 deletions
|
@ -11,6 +11,7 @@ enum state {
|
|||
FW_STATE_LOADING,
|
||||
FW_STATE_RUN,
|
||||
FW_STATE_FAIL,
|
||||
FW_STATE_LOAD_APP_FLASH,
|
||||
FW_STATE_MAX,
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue