-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.7.0 #83
Merged
Release 2.7.0 #83
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ome networks, cleanup some logs and comments
…s payload Refactor commands and serial manager to support updated commands payload with initial PoC of better state logging
…er frequency baud rate * fix: serial output for esp32cams and other boards not supporting higher frequency baud rate * Switch higher frequency to be opt-in
…m board * feat: PoC add support for project babble board * Add support for bable wireless, adjust flash_mode and memory type to get PSRAM working * Add DARDUINO_USB_MODE=1 and DARDUINO_USB_CDC_ON_BOOT=1 to Babble and wroom boards to fix USB streaming discovered and fixed entirely by Rames the Generic
## [2.5.0-beta.1](v2.4.0...v2.5.0-beta.1) (2024-06-10) ### 🍕 Features * Add support for ov5640 cameras ([14d2cb0](14d2cb0)) * fix usb streaming on wroom boards, add support for babble custom board ([049b160](049b160)) * Move logging in serial streaming so that we at least attempt to get new frame ([53a3d4b](53a3d4b)) * Refactor commands and serial manager to support updated commands payload ([811a9f8](811a9f8)) ### 🐛 Bug Fixes * serial output for esp32cams and other boards not supporting higher frequency baud rate ([01e5e28](01e5e28))
## [2.5.0-beta.1](v2.4.0...v2.5.0-beta.1) (2024-06-11) ### 🍕 Features * Add support for ov5640 cameras ([14d2cb0](14d2cb0)) * Fix ov5640 support implementation after beta cleanup ([4894c22](4894c22)) * fix usb streaming on wroom boards, add support for babble custom board ([049b160](049b160)) * Move logging in serial streaming so that we at least attempt to get new frame ([53a3d4b](53a3d4b)) * Refactor commands and serial manager to support updated commands payload ([811a9f8](811a9f8)) ### 🐛 Bug Fixes * serial output for esp32cams and other boards not supporting higher frequency baud rate ([01e5e28](01e5e28))
## [2.5.0-beta.1](v2.4.0...v2.5.0-beta.1) (2024-06-21) ### 🍕 Features * Add support for ov5640 cameras ([14d2cb0](14d2cb0)) * Fix ov5640 support implementation after beta cleanup ([4894c22](4894c22)) * fix usb streaming on wroom boards, add support for babble custom board ([049b160](049b160)) * Move logging in serial streaming so that we at least attempt to get new frame ([53a3d4b](53a3d4b)) * Refactor commands and serial manager to support updated commands payload ([811a9f8](811a9f8)) * Release 2.5.0 ([81cda52](81cda52)) ### 🐛 Bug Fixes * serial output for esp32cams and other boards not supporting higher frequency baud rate ([01e5e28](01e5e28))
# Conflicts: # CHANGELOG.md
* Update Babble Board Pinout and Enable Emitters * Update Babble Board Conf * Lower AEC value for Babble boards * Remove Comments * Add Firmware cropping to for the Babble Board
## [2.7.0-beta.1](v2.6.0...v2.7.0-beta.1) (2025-01-11) ### 🍕 Features * Add support for ov5640 cameras ([14d2cb0](14d2cb0)) * Fix ov5640 support implementation after beta cleanup ([4894c22](4894c22)) * fix usb streaming on wroom boards, add support for babble custom board ([049b160](049b160)) * Move logging in serial streaming so that we at least attempt to get new frame ([53a3d4b](53a3d4b)) * Refactor commands and serial manager to support updated commands payload ([811a9f8](811a9f8)) ### 🐛 Bug Fixes * serial output for esp32cams and other boards not supporting higher frequency baud rate ([01e5e28](01e5e28))
## [2.7.0-beta.2](v2.7.0-beta.1...v2.7.0-beta.2) (2025-01-12) ### 🍕 Features * Add camera resolution configuration support ([#79](#79)) ([5c76e01](5c76e01))
github-actions bot
pushed a commit
that referenced
this pull request
Jan 12, 2025
## [2.7.0](v2.6.0...v2.7.0) (2025-01-12) ### 🍕 Features * Release 2.7.0 ([#83](#83)) ([c7aef84](c7aef84))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update CI/CD and Babble board config by @RamesTheGeneric