* Desktop: more favorite app shortcuts * Making PVS happy * Desktop settings submenu fix Co-authored-by: あく <alleteam@gmail.com>
11 lines
268 B
C
11 lines
268 B
C
#pragma once
|
|
|
|
#define SCENE_STATE_PIN_AUTH_DISABLE (0)
|
|
#define SCENE_STATE_PIN_AUTH_CHANGE_PIN (1)
|
|
|
|
#define SCENE_STATE_PIN_ERROR_MISMATCH (0)
|
|
#define SCENE_STATE_PIN_ERROR_WRONG (1)
|
|
|
|
#define SCENE_STATE_SET_FAVORITE_APP (0)
|
|
#define SCENE_STATE_SET_DUMMY_APP (1 << 8)
|