fix(m5stack_unit_c6l): add USB CDC flags to repeater and room_server envs - #3157
Open
jirogit wants to merge 1 commit into
Open
fix(m5stack_unit_c6l): add USB CDC flags to repeater and room_server envs#3157jirogit wants to merge 1 commit into
jirogit wants to merge 1 commit into
Conversation
…envs Same issue as PR meshcore-dev#3099 (kiss_modem): without ARDUINO_USB_CDC_ON_BOOT=1 and ARDUINO_USB_MODE=1, Serial routes to UART0, which has no physical connector on this board. USB admin console was unreachable on these envs as a result. Tested on real hardware: USB admin console now responds on both repeater and room_server envs, confirmed configurations via serial.
This file contains hidden or 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
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.
Same root cause as #3099 (kiss_modem): without
ARDUINO_USB_CDC_ON_BOOT=1/ARDUINO_USB_MODE=1, Serial routes to UART0, which has no physical connector on this board — so the USB admin console was unreachable on the repeater and room_server envs.Tested on real hardware: USB admin console now responds on both envs, confirmed frequency/region configuration via serial.