Sustaingineering / Pump-Firmware

Particle Electron and ESP32 firmware that collects data from sensors and sends it via peer-to-peer LoRa and Particle GSM. The data is recorded on a micro SD card with timestamps.
3 stars 2 forks source link

SD should report its status #123

Closed ShreyansK2000 closed 3 years ago

ShreyansK2000 commented 3 years ago

Inherit IFarmSensor/TemperatureSensor, see if we can use the isWorking boolean to indicate if SD card is working or not.

jack5661 commented 3 years ago

Closed by pull request #141 & related to issue #135