mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
Add menu, TODO: add hold key events to quickly change value in menu setters
This commit is contained in:
@@ -366,7 +366,7 @@ static int sputstr(const char _U_ *cmd, int parno, const char *c, int32_t _U_ i)
|
||||
}
|
||||
static int sstate(const char _U_ *cmd, int _U_ parno, const char _U_ *c, int32_t _U_ i){
|
||||
const char *s = "unknown";
|
||||
switch(getScreenState()){
|
||||
switch(ScrnState){
|
||||
case SCREEN_INIT:
|
||||
s = "init";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user