Skip to content

Commit 0b547ad

Browse files
committed
add VAv2
1 parent 97ddd97 commit 0b547ad

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

Moduloxbrain/VAv2/VAv2.bin

32 MB
Binary file not shown.

Moduloxbrain/VAv2/VAv2.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<p>&nbsp;</p>
2+
3+
<p>This is description for the Modulox Brain Sample</p>
4+
5+
<p>To load push the Silver button until it starts installing</p>
6+
<p>Features of this firmware:</p>
7+
<ul>
8+
9+
</ul>
10+
11+
12+
<p>Tutorial is <a href="">Soon to come</a></p>
13+
14+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "VA for Modulox Brain",
3+
"version": "1.0",
4+
"builds": [
5+
{
6+
"chipFamily": "ESP32-S3",
7+
"parts": [
8+
{ "path": "./VAv2.bin", "offset": 0}
9+
]
10+
}
11+
]
12+
}

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@ <h2>Select an Application:</h2>
270270
VA: {
271271
html: "./Moduloxbrain/VA/VA.html",
272272
github: "https://github.com/RASPIAUDIO/Modulox_VA",
273+
},
274+
VAv2: {
275+
html: "./Moduloxbrain/VA/VAv2.html",
276+
github: "https://github.com/RASPIAUDIO/Modulox_VAv2",
273277
},
274278
FM: {
275279
html: "./Moduloxbrain/FM/FM.html",

0 commit comments

Comments
 (0)