Skip to content

Commit

Permalink
20240504
Browse files Browse the repository at this point in the history
Web UI:
- Zigbee flashing modal window
- Add Zigbee IEEE
- Add Zigbee flash size
- OTA Zigbee from Github
- Fix login with non default login/pass
- Fix translate messages on login page
- Add new WireGuard options

Code:
- CC2652 and CC2652P7 OTA firmware update
- Implemented ESP32 firmware update check on the device
- Introduced MQTT sensor for ESP32 update availability [#20](xyzroe/ZigStarGW-FW#20) p.s. I think that update installation must goes on web under user control
- Move zbVer to CCTools
- Add button polarity support
- Fix old firmware config read
- Add default if not set mqtt update and reconnect intervals
- Fix WireGuard

Build and Development:
- New branch for Zigbee bin files and manifest.json
  • Loading branch information
xyzroe committed May 4, 2024
1 parent 0a0df4f commit 4ecb312
Show file tree
Hide file tree
Showing 55 changed files with 2,745 additions and 2,782 deletions.
3 changes: 3 additions & 0 deletions XZG.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"src/websrc/json"
],
"cSpell.useGitignore": false,
"files.associations": {
"*.tpp": "cpp"
},
},
"extensions": {
"recommendations": [
Expand Down
Binary file removed bin/XZG_20240419.ota.bin
Binary file not shown.
Binary file not shown.
Binary file added bin/XZG_20240501.ota.bin
Binary file not shown.
19 changes: 13 additions & 6 deletions lib/CCTools/library.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
{
"name": "CCTools",
"frameworks": "Arduino",
"keywords": "cc2652, zigbee, flash",
"description": "Work with TI CC(2538/1352/2652) series chips: read, write, verify firmware, get chip ID, etc.",
"keywords": "zigbee, flash, cc2538-bsl, bsl, cc1352, cc2652",
"description": "Work with TI CC(1352/2652) series chips: erase and flash firmware, get chip ID, restart, enter BSL mode, etc.",
"url": "https://github.com/xyzroe/CCTools",
"authors": {
"name": "xyzroe"
},
"authors": [
{
"name": "xyzroe",
"url": "https://xyzroe.cc"
},
{
"name": "ChatGPT 4",
"url": "https://chat.openai.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/xyzroe/CCTools"
},
"version": "0.0.1"
"version": "0.0.5"
}
10 changes: 0 additions & 10 deletions lib/CCTools/library.properties

This file was deleted.

Loading

0 comments on commit 4ecb312

Please sign in to comment.