@@ -330,20 +330,28 @@ <h2>Install MicroPythonOS</h2>
330330 < h2 > Select Version</ h2 >
331331 < div class ="device-selection ">
332332 < label > < input type ="radio " checked ="checked " name ="device "
333- value ="/manifests/esp32/MicroPythonOS_esp32_0.6 .x.json " onchange ="updateManifest() ">
334- < p > Unified for all ESP32-S3 devices: Waveshare and Fri3d Camp 2024 Badge: version 0.6 .0</ p >
333+ value ="/manifests/esp32/MicroPythonOS_esp32_0.7 .x.json " onchange ="updateManifest() ">
334+ < p > Unified for all ESP32-S3 devices: Waveshare and Fri3d Camp 2024 Badge: version 0.7 .0</ p >
335335 </ label >
336336 < br />
337337 < button class ="old-releases-toggle " onclick ="toggleOldReleases() "> Show old releases ▼</ button >
338338 < div id ="oldReleasesSection " class ="old-releases-section ">
339339 < div class ="old-releases-label "> These old releases are only here for archival, reverting,
340340 testing or troubleshooting.</ div >
341+
342+ < label > < input type ="radio " checked ="checked " name ="device "
343+ value ="/manifests/esp32/MicroPythonOS_esp32_0.6.x.json " onchange ="updateManifest() ">
344+ < p > Unified for all ESP32-S3 devices: Waveshare and Fri3d Camp 2024 Badge: version 0.6.0</ p >
345+ </ label >
346+ < br />
347+
341348 < label > < input type ="radio " name ="device "
342349 value ="/manifests/esp32/MicroPythonOS_esp32_0.5.x.json " onchange ="updateManifest() ">
343350 < p > Unified for all ESP32-S3 devices: Waveshare and Fri3d Camp 2024 Badge: version 0.5.2
344351 </ p >
345352 </ label >
346353 < br />
354+
347355 < label > < input type ="radio " name ="device "
348356 value ="/manifests/Waveshare/ESP32-S3-Touch-LCD-2/Waveshare_ESP32-S3-Touch-LCD-2_0.4.x.json "
349357 onchange ="updateManifest() ">
@@ -394,7 +402,7 @@ <h2>Select Version</h2>
394402 </ div >
395403 <!-- careful: if the user doesn't select anything and just leaves the default radio button selected, this will not be updated: -->
396404 < esp-web-install-button id ="installButton "
397- manifest ="/manifests/esp32/MicroPythonOS_esp32_0.6 .x.json "
405+ manifest ="/manifests/esp32/MicroPythonOS_esp32_0.7 .x.json "
398406 title ="Your browser does not support WebSerial. Please use Chrome or Edge. ">
399407 < button slot ="activate " class ="cta-button "> Connect and install</ button >
400408 < p slot ="unsupported " class ="unsupported-msg ">
0 commit comments