Fix status endpoint and relay defaults
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
struct RelayState {
|
||||
bool starlink = false;
|
||||
bool fridge = true;
|
||||
bool fridge = false;
|
||||
};
|
||||
|
||||
extern RelayState relays;
|
||||
|
||||
Reference in New Issue
Block a user