Skip to content

Fix(firmware): Disable serial/USB updates for ESP32 devices#4283

Merged
jamesarich merged 1 commit into
mainfrom
fix/fw-gating
Jan 21, 2026
Merged

Fix(firmware): Disable serial/USB updates for ESP32 devices#4283
jamesarich merged 1 commit into
mainfrom
fix/fw-gating

Conversation

@jamesarich

Copy link
Copy Markdown
Collaborator

Disables firmware updates over serial/USB for ESP32-based devices within the app.

This change clarifies the supported update paths:

  • Nordic DFU/USB updates remain enabled for NRF52/RP2040 devices.
  • ESP32 OTA updates over BLE/WiFi are unaffected.

@github-actions github-actions Bot added the bugfix PR tag label Jan 21, 2026
@jamesarich jamesarich enabled auto-merge January 21, 2026 18:51
Disables firmware updates over serial/USB for ESP32-based devices within the app.

This change clarifies the supported update paths:
- Nordic DFU/USB updates remain enabled for NRF52/RP2040 devices.
- ESP32 OTA updates over BLE/WiFi are unaffected.
- An error is now thrown if a serial update is attempted on an ESP32.
@codecov

codecov Bot commented Jan 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (1d60be2) to head (0b40ba5).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #4283   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          3       3           
  Lines         23      23           
  Branches       7       7           
=====================================
  Misses        23      23           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jamesarich jamesarich added this pull request to the merge queue Jan 21, 2026
Merged via the queue into main with commit 174228b Jan 21, 2026
9 checks passed
@jamesarich jamesarich deleted the fix/fw-gating branch January 21, 2026 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix PR tag

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant