Merge pull request #2819 from ViezeVingertjes/fix/kiss-modem-usb-backpressure

fix: prevent ESP32 KISS modem stalls under USB backpressure
This commit is contained in:
Liam Cottle
2026-07-24 11:51:34 +12:00
committed by GitHub
16 changed files with 701 additions and 47 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
uses: ./.github/actions/setup-build-environment
- name: Run Unit Tests
run: pio test -e native -vv
run: pio test -e native -e native_kiss_modem -vv
- name: Upload Test Results
# Upload test results even if the test step failed.