- move source file according with platformio standard directory structure
- remove lib_deps from platformio.ini since they are already in libs folder
This commit is contained in:
9
src/LockActionResult.h
Normal file
9
src/LockActionResult.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
enum class LockActionResult
|
||||
{
|
||||
Success,
|
||||
UnknownAction,
|
||||
AccessDenied,
|
||||
Failed
|
||||
};
|
||||
Reference in New Issue
Block a user