Skip to content

Commit

Permalink
Minor Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tube0013 committed Sep 26, 2024
1 parent 7d45359 commit 5c409f4
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.1
- Minor fix

## 0.3.5.0
- Fix sonoff firmware dl and typo

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.0
version: 0.3.5.1
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 @@ -129,4 +129,4 @@ if bashio::config.true 'sonoff'; then
else
bashio::log.info "Starting cc2652P flasher with ${device}"
cc1352-flasher.py -p ${device} -evw "/root/${firmware}"
fi
fi

0 comments on commit 5c409f4

Please sign in to comment.