Add initial ESP32 controller firmware
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
struct RelayState {
|
||||
bool starlink = false;
|
||||
bool fridge = true;
|
||||
};
|
||||
|
||||
extern RelayState relays;
|
||||
|
||||
void initRelays();
|
||||
void updateRelayOutputs();
|
||||
Reference in New Issue
Block a user