diff --git a/bin/UZG-01.bin b/bin/UZG-01.bin new file mode 100644 index 0000000..7e41b0f Binary files /dev/null and b/bin/UZG-01.bin differ diff --git a/bin/UZG-01_v0.2.1.full.bin b/bin/UZG-01_v0.2.1.full.bin deleted file mode 100644 index c1a260e..0000000 Binary files a/bin/UZG-01_v0.2.1.full.bin and /dev/null differ diff --git a/bin/UZG-01_v0.2.2.full.bin b/bin/UZG-01_v0.2.2.full.bin index c24c769..4ccff4a 100644 Binary files a/bin/UZG-01_v0.2.2.full.bin and b/bin/UZG-01_v0.2.2.full.bin differ diff --git a/manifest.json b/manifest.json index ae2b194..75b560d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,12 @@ { "name": "UZG-FW", - "version": "v0.2.1", + "version": "v0.2.2", "builds": [ { "chipFamily": "ESP32", "improv": false, "parts": [ - { "path": "bin/UZG-01_v0.2.1.full.bin", "offset": 0 } + { "path": "bin/UZG-01_v0.2.2.full.bin", "offset": 0 } ] } ]