Add initial ESP32 controller firmware
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#define MSG_STATUS_REQUEST "status_request"
|
||||
#define MSG_STATUS_RESPONSE "status_response"
|
||||
#define MSG_SET_RELAY "set_relay"
|
||||
#define MSG_RELAY_RESPONSE "relay_response"
|
||||
Reference in New Issue
Block a user