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

#74 revise led pattern #129

Closed RyanL17 closed 3 years ago

RyanL17 commented 3 years ago

Changed return type of initialization functions to bool from void. Moved initialization confirmation messages from main into sensor functions. Added LED pattern to display state of initialization (in progress, success, failure).