zigpy / zigpy-znp

TI CC2531, CC13x2, CC26x2 radio support for Zigpy and ZHA
GNU General Public License v3.0
145 stars 40 forks source link

Disable skip_bootloader when the config is set to False #249

Closed tl-sl closed 1 month ago

tl-sl commented 1 month ago

On SMLIGHT SLZB-06 devices in USB mode the skip bootloader sequence causes the esp32 in these devices to reset.

While there is a config option to disable skip bootloader, it is not hooked up.

Ensure that it is possible to disable skip bootloader.

- @darkxst

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.11%. Comparing base (92eef38) to head (9c97cc6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #249 +/- ## ======================================= Coverage 98.10% 98.11% ======================================= Files 43 43 Lines 3649 3651 +2 ======================================= + Hits 3580 3582 +2 Misses 69 69 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.