BuzzVerse / lora_esp32_firmware

Firmware for the Esp-32-S3 using esp-idf framework.
MIT License
5 stars 1 forks source link

Finished driver #18

Closed bykowskiolaf closed 10 months ago

bykowskiolaf commented 10 months ago

Closes #2

bykowskiolaf commented 10 months ago

@mwolosewicz @pkamoda-shani We've made some changes, I hope all your conserns have been resolved. But we've run into a new issue. When the bme sensor loses connection for some reason, it logs the last successful measurement but doesn't try to reconnect the device. Should we try to add some error handling to re-initialize the device when it is reconnected or should we leave this as a topic for a later date? What do you think?