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

Fix Particle not going into flash mode after unit test #140

Closed tarek20501 closed 3 years ago

tarek20501 commented 3 years ago

Our test framework ends on a while (1); This is eating up the CPU resources. The implication is we cannot put in DFU mode automatically. We have to do it manually.