Skip to content

Commit a220e87

Browse files
committed
0.5.0.0
Update Z-Stack Links to current release. revert serial to advaced config
1 parent 208ef60 commit a220e87

File tree

8 files changed

+13
-8
lines changed

8 files changed

+13
-8
lines changed

tzb-cc2652-flasher/.DS_Store

0 Bytes
Binary file not shown.

tzb-cc2652-flasher/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.5.0.0
4+
- add device_type switch back to enable USB devices again
5+
- update Z-Stack Links to latest FW Release
6+
37
## 0.4.1.1
48
- update the right addon.
59

tzb-cc2652-flasher/config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
version: 0.4.1.1
2+
version: 0.5.0.0
33
slug: tzb-cc2652-flasher
44
name: TubesZB TI CC2652 FW Flasher
55
description: TubesZB TI CC2652 firmware flasher add-on
@@ -18,6 +18,7 @@ init: false
1818
options:
1919
network_device: null
2020
trigger_esphome_bsl: false
21+
device_type: false
2122
sonoff: false
2223
cc2652p2_fw: false
2324
cc2652p7_fw: false
Binary file not shown.
Binary file not shown.
209 KB
Binary file not shown.

tzb-cc2652-flasher/rootfs/etc/s6-overlay/scripts/cc2652-flasher-up

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ declare ieee_log_suffix
2424
# Current Z-Stack FW Release URL
2525
# Repo Local due to https://github.com/Koenkk/Z-Stack-firmware/issues/512
2626

27-
cc2652p2_release_url="https://github.com/tube0013/tubeszb_addons/raw/main/tzb-cc2652-flasher/firmware/CC1352P2_CC2652P_launchpad_coordinator_20240710.zip"
28-
cc2652p7_release_url="https://github.com/tube0013/tubeszb_addons/raw/main/tzb-cc2652-flasher/firmware/CC1352P7_coordinator_20240710.zip"
27+
cc2652p2_release_url="https://github.com/tube0013/tubeszb_addons/raw/main/tzb-cc2652-flasher/firmware/CC1352P2_CC2652P_launchpad_coordinator_20250321.zip"
28+
cc2652p7_release_url="https://github.com/tube0013/tubeszb_addons/raw/main/tzb-cc2652-flasher/firmware/CC1352P7_coordinator_20250321.zip"
2929

3030
function cleanup() {
3131
exit_status=$?

tzb-cc2652-flasher/translations/en.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
configuration:
33
device:
44
name: Device
5-
description: The serial port where the CC2652 radio is connected. Select any value here even if doing a Network flash (Needed to validate the config form)
5+
description: The serial port where the CC2652 radio is connected. IMPORTANT! Select any value here even if doing a Network flash (Needed to validate the config form)
66
network_device:
77
name: Network Device
88
description: The ip address and port of your network connected CC2652 radio. IP_ADDRESS:PORT
@@ -12,22 +12,22 @@ configuration:
1212
firmware_url:
1313
name: Custom Firmware URL
1414
description: >-
15-
URL for firmware zip image you wish to flash
15+
URL for firmware zip image you wish to flash, if a GitHub URL be sure to use raw or release link.
1616
trigger_esphome_bsl:
1717
name: Enable Bootloader mode with ESPHome
1818
description: >-
19-
Enables the addon to trigger bootloader mode by talking directly to ESPHome
19+
Enables the addon to trigger bootloader mode by talking directly to ESPHome for TubesZB devices
2020
device_type:
2121
name: Flash USB Device
2222
description: Flash USB device instead of Network Device (Requires you to trigger bootloader mode by holding BSL button while plugging in to USB)
2323
sonoff:
2424
name: Flashing a Sonoff Dongle-P?
2525
description: Select to enable the bsl trigger for the Sonoff Dongle-P
2626
cc2652p2_fw:
27-
name: Select for Current Recommended CC2652 P2 Firmware
27+
name: Select for Current CC2652 P2 Firmware Release
2828
description: Current Z-Stack Release for CC2652 P2 Devices - Use with all TubesZB CC2652 P2 Coordinator Devices
2929
cc2652p7_fw:
30-
name: Select for Current Recommended CC2652 P7 Firmware
30+
name: Select for Current CC2652 P7 Firmware Release
3131
description: Current Z-Stack Release for CC2652 P7 Devices - Use with TubesZB CC2652 P7 PoE
3232
write_ieee:
3333
name: Write a different IEEE address to a device

0 commit comments

Comments
 (0)