-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
55 changed files
with
2,745 additions
and
2,782 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.