added comments

This commit is contained in:
Dano van den Bosch
2024-03-21 11:31:03 +01:00
parent ec336f914a
commit f94c452a19
2 changed files with 9 additions and 5 deletions

View File

@@ -4,12 +4,10 @@ nodeReadings esp32Node;
void setup() {
// put your setup code here, to run once:
esp32Node.setup();
esp32Node.resetValues();
}
void loop() {
// put your main code here, to run repeatedly:
esp32Node.loop();
}