add resistive frequency sensor, updated dependencies

This commit is contained in:
Empire
2023-02-10 22:08:29 +01:00
parent 4a86d8c41c
commit 17d16a6eef
8 changed files with 27 additions and 45 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ void readPowerSwitchedSensors()
Plant plant = mPlants[i];
switch (plant.getSensorMode())
{
case CAPACITIVE_FREQUENCY: {
case FREQUENCY_MOD_RESISTANCE_PROBE: {
Serial << "Plant " << i << " measurement: " << mPlants[i].getCurrentMoistureRaw() << " hz " << mPlants[i].getCurrentMoisturePCT() << "%" << endl;
break;
}