Skip to content

Commit

Permalink
0.6.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petermm committed Feb 28, 2024
1 parent 40d8599 commit 04c4f85
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h1>AtomVM ESP32 Web Flasher</h1>
<h2 id="demo">Install AtomVM runtime</h2>
<p>
This will install
<a href="https://www.atomvm.net">AtomVM v0.6.0-beta.0</a>. To get started, connect an ESP32
<a href="https://www.atomvm.net">AtomVM v0.6.0-beta.1</a>. To get started, connect an ESP32
device to your computer and hit the install button:
</p>
<esp-web-install-button manifest="static/firmware_build/manifest.json">
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 6 additions & 6 deletions static/firmware_build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "AtomVM",
"version": "v0.6.0-beta.0",
"version": "v0.6.0-beta.1",
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{
"path": "AtomVM-esp32-v0.6.0-beta.0.img",
"path": "AtomVM-esp32-v0.6.0-beta.1.img",
"offset": 4096
}
]
Expand All @@ -15,7 +15,7 @@
"chipFamily": "ESP32-C3",
"parts": [
{
"path": "AtomVM-esp32c3-v0.6.0-beta.0.img",
"path": "AtomVM-esp32c3-v0.6.0-beta.1.img",
"offset": 0
}
]
Expand All @@ -24,7 +24,7 @@
"chipFamily": "ESP32-S3",
"parts": [
{
"path": "AtomVM-esp32s3-v0.6.0-beta.0.img",
"path": "AtomVM-esp32s3-v0.6.0-beta.1.img",
"offset": 0
}
]
Expand All @@ -33,7 +33,7 @@
"chipFamily": "ESP32-S2",
"parts": [
{
"path": "AtomVM-esp32s2-v0.6.0-beta.0.img",
"path": "AtomVM-esp32s2-v0.6.0-beta.1.img",
"offset": 0
}
]
Expand All @@ -42,7 +42,7 @@
"chipFamily": "ESP32-C6",
"parts": [
{
"path": "AtomVM-esp32c6-v0.6.0-beta.0.img",
"path": "AtomVM-esp32c6-v0.6.0-beta.1.img",
"offset": 0
}
]
Expand Down

0 comments on commit 04c4f85

Please sign in to comment.