Add initial ESP32 controller firmware
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "sensors.h"
|
||||
|
||||
SensorData sensors;
|
||||
|
||||
void initSensors() {
|
||||
}
|
||||
|
||||
void updateSensors() {
|
||||
// Placeholder until DS18B20 support is added
|
||||
}
|
||||
Reference in New Issue
Block a user