Revert "add resistive frequency sensor, updated dependencies"

This reverts commit 17d16a6eef.
This commit is contained in:
Empire
2023-02-12 12:40:38 +01:00
parent 2b6d766492
commit 42ce4cdda2
8 changed files with 45 additions and 27 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ void readPowerSwitchedSensors()
Plant plant = mPlants[i];
switch (plant.getSensorMode())
{
case FREQUENCY_MOD_RESISTANCE_PROBE: {
case CAPACITIVE_FREQUENCY: {
Serial << "Plant " << i << " measurement: " << mPlants[i].getCurrentMoistureRaw() << " hz " << mPlants[i].getCurrentMoisturePCT() << "%" << endl;
break;
}