Commit Graph

31 Commits (85ac1c9806b48ec8bf077e65fb8cfa57ae6478c9)

Author SHA1 Message Date
Miroslav Pivovarsky 85ac1c9806 used mdns as camera name for prusa connect 2024-05-16 22:42:52 +02:00
Miroslav Pivovarsky 532ed3e46f change sending data to connect 2024-05-16 22:29:48 +02:00
Miroslav Pivovarsky d03f41bd64
Merge pull request #25 from Anheledir/fix/capture-photo-issues
Fix CapturePhoto Method Issues
2024-05-16 21:18:08 +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 51f6249c4d
Update README.md 2024-05-13 23:01:38 +02:00
Miroslav Pivovarsky 4ac2df615b Merge branch 'master' of https://github.com/prusa3d/Prusa-Firmware-ESP32-Cam 2024-05-13 21:54:14 +02:00
Miroslav Pivovarsky 49f89e94fd added test parts of the code for various errors 2024-05-13 21:53:56 +02:00
Miroslav Pivovarsky ad5d87c455
Update README.md 2024-05-13 16:01:58 +02:00
Miroslav Pivovarsky 41f32f7033 update readme 2024-05-13 15:57:57 +02:00
Miroslav Pivovarsky b092a215e2 Added the option to use a static IP address in Wi-Fi client mode. 2024-05-10 23:42:03 +02:00
Miroslav Pivovarsky 4692f10340 Added the option to disable the service AP after MCU startup 2024-05-10 23:35:08 +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 ef935c1fac
Merge pull request #15 from JimBim89/patch-1
Fixed typo in index.html
2024-05-10 23:17:04 +02:00
Thorben Otto 519afcc34c Fixed typo in WebPage.h 2024-05-08 14:29:38 +02:00
Thorben Otto 1b5b944a32
Fixed typo in index.html 2024-05-08 08:30:54 +02:00
Miroslav Pivovarsky 63a3414f80 update readme 2024-05-05 14:49:20 +02:00
Miroslav Pivovarsky 4846edab30 update readme 2024-05-03 22:32:05 +02:00
Miroslav Pivovarsky 8b4d17927f update readme 2024-04-25 18:18:53 +02:00
Miroslav Pivovarsky c2dd99f5c5 Fixed issue with sending large images to the backend. 2024-04-25 17:57:08 +02:00
Miroslav Pivovarsky b24ad9d238 update readme 2024-04-25 17:49:29 +02:00
Miroslav Pivovarsky 9aa8d58ff0 Merge branch 'master' of https://github.com/prusa3d/Prusa-Firmware-ESP32-Cam 2024-04-23 23:20:38 +02:00
Miroslav Pivovarsky 1dfa04c492 Update README 2024-04-23 23:20:25 +02:00
Miroslav Pivovarsky d1c7d385bd
Create LICENSE 2024-04-23 23:13:49 +02:00
Miroslav Pivovarsky 12bc412023 fixed typo 2024-04-23 16:28:18 +02:00
Michal Zoubek 424a44eb50
Merge pull request #2 from prusa3d/fix_readme
Readme text edited
2024-04-23 14:10:33 +02:00
Michal Zoubek 02b37a3ad7 Readme text edited 2024-04-23 14:09:38 +02:00
Michal Zoubek d8b066943e
Merge pull request #1 from prusa3d/fix_readme
Readme text edited
2024-04-23 12:07:30 +02:00
Michal Zoubek 3ac6bfaa06 Readme text edited 2024-04-23 12:01:22 +02:00
Miroslav Pivovarsky ebb0e41e5f Implemented WEB server control during photo upload, fixed MCU startup issue, and added jQuery source file. 2024-04-22 23:00:21 +02:00
Miroslav Pivovarsky 079378a22c Updated serial communication and readme.md 2024-04-19 16:02:14 +02:00
Miroslav Pivovarsky 0eefd45e11 initial commit 2024-04-18 21:55:30 +02:00