Add initial ESP32 controller firmware

This commit is contained in:
root
2026-06-03 01:04:11 -06:00
parent ac0112ca66
commit f9fe949bb9
7 changed files with 205 additions and 0 deletions
@@ -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"