mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-21 04:11:48 +03:00
8 lines
183 B
C
8 lines
183 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)
|