Fix serial bursts on nRF52 with USB CDC#2537
Open
weebl2000 wants to merge 1 commit into
Open
Conversation
a3ee8fe to
018f64b
Compare
018f64b to
23e4bc0
Compare
23e4bc0 to
776a23a
Compare
weebl2000
added a commit
to weebl2000/meshcore
that referenced
this pull request
Jun 6, 2026
… + minor Changes vs dev_plus: - meshcore-dev#1727 hardware-CAD redesign: cad_enabled pref (slot 293), 'cad on/off' CLI cmd, RSSI interference (int.thresh) + separate hardware-CAD gate in RadioLibWrappers. DEVIATION (per request): cad_enabled defaults to 1 (CAD ENABLED) on repeater/room/sensor; companion getCADEnabled() returns true. companion getInterferenceThreshold() aligned to PR (0; RSSI int.thresh disabled until currentRSSI() is fixed). Fixed a merge-dup of performChannelScan() decl. - meshcore-dev#2001: 'af' getter ftoa -> ftoa3 - meshcore-dev#1896: ESP32 RTC fallback seed literal -> RTC_TIME_MIN - meshcore-dev#1925: rak11200 P_LORA_DIO_1 via platformio build flag (not header #define) No-ops (verified already-aligned in dev_plus, or intentionally absent): meshcore-dev#1677 AEAD, meshcore-dev#1686 short-sleeps (=> meshcore-dev#1347 subset), meshcore-dev#2674 be-more-patient(+backoff), meshcore-dev#1447 robust-contacts (absent), meshcore-dev#2537 fix-serial-bursts (absent).
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.
I was having issues where the usb serial bus would stop responding when running companion USB for a Heltec T096.
Build this firmware here