@@ -330,15 +330,23 @@ <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.7 .x.json " onchange ="updateManifest() ">
334- < p > Unified for all ESP32-S3 devices: Waveshare and Fri3d Camp 2024 Badge : version 0.7.1 </ p >
333+ value ="/manifests/esp32/MicroPythonOS_esp32_0.8 .x.json " onchange ="updateManifest() ">
334+ < p > Unified build for all ESP32-S3 devices (Makerfabs MaTouch, Waveshare and Fri3d Camp) : version 0.8.0 </ p >
335335 </ label >
336336 < br />
337+
337338 < button class ="old-releases-toggle " onclick ="toggleOldReleases() "> Show old releases ▼</ button >
339+
338340 < div id ="oldReleasesSection " class ="old-releases-section ">
339341 < div class ="old-releases-label "> These old releases are only here for archival, reverting,
340342 testing or troubleshooting.</ div >
341343
344+ < label > < input type ="radio " name ="device "
345+ value ="/manifests/esp32/MicroPythonOS_esp32_0.7.x.json " onchange ="updateManifest() ">
346+ < p > Unified for all ESP32-S3 devices: Waveshare and Fri3d Camp 2024 Badge: version 0.7.1</ p >
347+ </ label >
348+ < br />
349+
342350 < label > < input type ="radio " name ="device "
343351 value ="/manifests/esp32/MicroPythonOS_esp32_0.6.x.json " onchange ="updateManifest() ">
344352 < p > Unified for all ESP32-S3 devices: Waveshare and Fri3d Camp 2024 Badge: version 0.6.0</ p >
@@ -402,7 +410,7 @@ <h2>Select Version</h2>
402410 </ div >
403411 <!-- careful: if the user doesn't select anything and just leaves the default radio button selected, this will not be updated: -->
404412 < esp-web-install-button id ="installButton "
405- manifest ="/manifests/esp32/MicroPythonOS_esp32_0.7 .x.json "
413+ manifest ="/manifests/esp32/MicroPythonOS_esp32_0.8 .x.json "
406414 title ="Your browser does not support WebSerial. Please use Chrome or Edge. ">
407415 < button slot ="activate " class ="cta-button "> Connect and install</ button >
408416 < p slot ="unsupported " class ="unsupported-msg ">
0 commit comments