Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable skip_bootloader when the config is set to False #249

Merged
merged 2 commits into from
Jul 10, 2024
Merged

Conversation

tl-sl
Copy link
Contributor

@tl-sl tl-sl commented Jul 10, 2024

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

Copy link

codecov bot commented Jul 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

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

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.
@tl-sl tl-sl changed the title Skip bootloader when the config is set to skip Disable skip_bootloader when the config is set to False Jul 10, 2024
@puddly puddly merged commit 3e54421 into zigpy:dev Jul 10, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants