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

Fix bootloader skip for Slaesh's stick #107

Closed puddly closed 2 years ago

puddly commented 2 years ago

Perform pin toggling before startup and extend timeout. Broken by #104. Fixes #106.

Instructions for setting up zigpy-znp with the custom deps deployment addon are here: https://github.com/zigpy/zigpy-znp#testing-dev-with-home-assistant-os. Use the following config for this branch:

apk: []
pypi:
  - git+https://github.com/puddly/zigpy-znp.git@puddly/fix-slaesh-bootloader
  - zigpy==0.42.0
codecov-commenter commented 2 years ago

Codecov Report

Merging #107 (a683baf) into dev (8a4e08e) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #107      +/-   ##
==========================================
+ Coverage   98.67%   98.72%   +0.05%     
==========================================
  Files          44       44              
  Lines        3854     3852       -2     
==========================================
  Hits         3803     3803              
+ Misses         51       49       -2     
Impacted Files Coverage Δ
zigpy_znp/api.py 98.05% <100.00%> (+0.27%) :arrow_up:
zigpy_znp/zigbee/application.py 96.20% <100.00%> (+0.17%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8a4e08e...a683baf. Read the comment docs.