Skip to content

Commit

Permalink
stupid mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
tube0013 committed Sep 26, 2024
1 parent 5c409f4 commit b1e4675
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions tzb-cc2652-flasher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.3.5.2
- Another Minor fix

## 0.3.5.1
- Minor fix

Expand Down
2 changes: 1 addition & 1 deletion tzb-cc2652-flasher/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.3.5.1
version: 0.3.5.2
slug: tzb-cc2652-flasher
name: TubesZB TI CC2652 FW Flasher
description: TubesZB TI CC2652 firmware flasher add-on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if bashio::config.true 'cc2652p2_fw'; then

firmware="firmware.hex"

if bashio::config.true 'sonoff'; then
elif bashio::config.true 'sonoff'; then
curl --silent -L -o "/root/firmware.zip" ${cc2652p2_release_url}
bashio::log.info "Downloading " ${cc2652p2_release_url}
if [ ! -f "/root/firmware.zip" ]; then
Expand Down

0 comments on commit b1e4675

Please sign in to comment.