Skip to content

Commit

Permalink
- Add cron support (not in use yet)
Browse files Browse the repository at this point in the history
- CCTools and IntelHex libraries have been supplemented with description files and renamed
- Code rework
  • Loading branch information
xyzroe committed Mar 20, 2024
2 parents ff8be18 + 8163296 commit 1a4a258
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed bin/UZG-01.bin
Binary file not shown.
Binary file removed bin/UZG-01_v0.2.4.full.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "UZG-FW",
"version": "v0.2.3",
"version": "v0.2.4",
"builds": [
{
"chipFamily": "ESP32",
"improv": false,
"parts": [
{ "path": "bin/UZG-01_v0.2.3.full.bin", "offset": 0 }
{ "path": "bin/UZG-01_v0.2.4.full.bin", "offset": 0 }
]
}
]
Expand Down

0 comments on commit 1a4a258

Please # to comment.