Add fw state and fw cmd to trigger a start of a preloaded app

This commit is contained in:
Daniel Jobson 2024-09-03 15:29:21 +02:00
parent b52e57d4ea
commit 534ac06e86
No known key found for this signature in database
GPG key ID: 3707A9DBF4BB8F1A
5 changed files with 38 additions and 2 deletions

View file

@ -11,6 +11,7 @@ enum state {
FW_STATE_LOADING,
FW_STATE_RUN,
FW_STATE_FAIL,
FW_STATE_LOAD_APP_FLASH,
FW_STATE_MAX,
};
#endif