Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zigpy/zigpy-znp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.2
Choose a base ref
...
head repository: zigpy/zigpy-znp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.3
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jul 10, 2024

  1. Disable skip_bootloader when the config is set to False (#249)

    * Skip bootloader when the config is set to skip
    
    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.
    
    * Add test for config to disable skip bootloader
    tl-sl authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3e54421 View commit details
    Browse the repository at this point in the history
Loading