Skip to content

Commit

Permalink
v4.1.1 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
wraybowling committed Aug 9, 2024
1 parent fe0d85d commit b355c39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
Binary file not shown.
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h1>The Biggest Boot</h1>
<li>Choose to erase & flash.</li>
</ol>

<h2>Latest Version: 4.1.0 (August 7, 2024)</h2>
<h2>Latest Version: 4.1.1 (August 9, 2024)</h2>
<ul>
<li>Fixed: Crash when no triggers are sent over plugged in CV input</li>
<li>
Expand All @@ -66,8 +66,6 @@ <h2>Latest Version: 4.1.0 (August 7, 2024)</h2>
Known issue: Manual reset no longer works while external clock is paused
</li>
</ul>
<esp-web-install-button
manifest="https://swampflux.github.io/the-biggest-boot/manifest.json"
></esp-web-install-button>
<esp-web-install-button manifest="manifest.json"></esp-web-install-button>
</body>
</html>
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "The Biggest Foot",
"version": "4.1.0",
"funding_url": "https://patreon.com/swampflux",
"new_install_prompt_erase": true,
"new_install_prompt_erase": false,
"builds": [
{
"chipFamily": "ESP32",
"parts": [{ "path": "firmware/the-biggest-foot-4.1.0.bin", "offset": 0 }]
"parts": [{ "path": "firmware/the-biggest-foot-4.1.1.bin", "offset": 0 }]
}
]
}

0 comments on commit b355c39

Please sign in to comment.