Rename function

This commit is contained in:
2025-05-16 09:22:34 +02:00
parent 64852b2a67
commit ba10840f50
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ void sensorsInit(void) {
//(1 << MOISTURE_SENSOR_A7));
}
void triggerRead(void) {
void triggerMoistureRead(void) {
readSensors = true;
}