Commit Graph

6 Commits (v1.0.2)

Author SHA1 Message Date
Miroslav Pivovarsky 532ed3e46f change sending data to connect 2024-05-16 22:29:48 +02:00
Gordon Breuer 8089ed4de8
Fix issues in CapturePhoto method
- Added max attempts limit to avoid infinite loops which would let the flash on continuously

Additional cleanups:
- Removed redundant frame buffer handling
- Added error handling for semaphore take failure
- Ensured semaphore release on capture failure
2024-05-14 15:46:52 +02:00
Miroslav Pivovarsky 49f89e94fd added test parts of the code for various errors 2024-05-13 21:53:56 +02:00
Miroslav Pivovarsky 449bb07b58 Fixed memory utilization issue. Utilized F() macro for moving strings from RAM to PROGMEM. 2024-05-10 23:29:55 +02:00
Miroslav Pivovarsky c2dd99f5c5 Fixed issue with sending large images to the backend. 2024-04-25 17:57:08 +02:00
Miroslav Pivovarsky 0eefd45e11 initial commit 2024-04-18 21:55:30 +02:00