Skip to content

Commit

Permalink
0.3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tube0013 committed Aug 26, 2024
1 parent 3cc0979 commit 266b109
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,4 +1,7 @@
# Changelog
## 0.3.3.4
- final tweaks

## 0.3.3.3
- Script fixes

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.3.3
version: 0.3.3.4
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 @@ -43,7 +43,7 @@ if bashio::config.true 'device_type'; then
bashio::log.info "Using USB Device " $(bashio::config 'device')
else
device="socket://${network_device}"
bashio::log.info "Using Network Device " ${cc2652p2_release_url}
bashio::log.info "Using Network Device " ${network_device}
fi

# Get Firmware
Expand Down

0 comments on commit 266b109

Please sign in to comment.