Skip to content

Commit

Permalink
web installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroslav Dzurik committed Jul 19, 2024
1 parent d2166e6 commit 9da4922
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 0 deletions.
Binary file added web-installer/esp32minimal.bin
Binary file not shown.
14 changes: 14 additions & 0 deletions web-installer/esp32minimal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "esp32-evse",
"version": "0.8.0",
"funding_url": "https://github.com/sponsors/dzurikmiroslav",
"new_install_prompt_erase": true,
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{ "path": "https://dzurikmiroslav.github.io/esp32-evse/web-installer/esp32minimal.bin", "offset": 0 }
]
}
]
}
Binary file added web-installer/esp32s2minimal.bin
Binary file not shown.
14 changes: 14 additions & 0 deletions web-installer/esp32s2minimal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "esp32-evse",
"version": "0.8.0",
"funding_url": "https://github.com/sponsors/dzurikmiroslav",
"new_install_prompt_erase": true,
"builds": [
{
"chipFamily": "ESP32-S2",
"parts": [
{ "path": "https://dzurikmiroslav.github.io/esp32-evse/web-installer/esp32s2minimal.bin", "offset": 0 }
]
}
]
}
Binary file added web-installer/esp32s3minimal.bin
Binary file not shown.
14 changes: 14 additions & 0 deletions web-installer/esp32s3minimal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "esp32-evse",
"version": "0.8.0",
"funding_url": "https://github.com/sponsors/dzurikmiroslav",
"new_install_prompt_erase": true,
"builds": [
{
"chipFamily": "ESP32-S3",
"parts": [
{ "path": "https://dzurikmiroslav.github.io/esp32-evse/web-installer/esp32s3minimal.bin", "offset": 0 }
]
}
]
}
9 changes: 9 additions & 0 deletions web-installer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,15 @@ <h1>esp32-evse installer</h1>
<li>
<label><input type="radio" name="type" value="esp32s2da" />ESP32-S2 EVSE DIY ALPHA</label>
</li>
<li>
<label><input type="radio" name="type" value="esp32minimal" />ESP32 minimal</label>
</li>
<li>
<label><input type="radio" name="type" value="esp32s2minimal" />ESP32-S2 minimal</label>
</li>
<li>
<label><input type="radio" name="type" value="esp32s3minimal" />ESP32-S3 minimal</label>
</li>
</ul>
<p class="button-row" align="center">
<esp-web-install-button class="invisible"></esp-web-install-button>
Expand Down

0 comments on commit 9da4922

Please sign in to comment.