@@ -327,21 +327,29 @@ <h2>Install MicroPythonOS</h2>
327327 < div class ="container ">
328328 < h2 > Select Version</ h2 >
329329 < div class ="device-selection ">
330- < label > < input type =" radio " checked =" checked " name =" device "
331- value ="/manifests/esp32s3/MicroPythonOS_esp32s3_0.9 .x.json " onchange ="updateManifest() ">
332- < p > Unified build for all supported ESP32-S3 devices: version 0.9.6 </ p >
330+
331+ < label > < input type =" radio " checked =" checked " name =" device " value ="/manifests/esp32s3/MicroPythonOS_esp32s3_0.10 .x.json " onchange ="updateManifest() ">
332+ < p > Unified build for all supported ESP32-S3 devices: version 0.10.0 </ p >
333333 </ label >
334- < label > < input type ="radio " name ="device "
335- value ="/manifests/esp32/MicroPythonOS_esp32_0.9.x.json " onchange ="updateManifest() ">
336- < p > Unified build for all supported ESP32 devices: version 0.9.6</ p >
334+ < label > < input type ="radio " name ="device " value ="/manifests/esp32/MicroPythonOS_esp32_0.10.x.json " onchange ="updateManifest() ">
335+ < p > Unified build for all supported ESP32 devices: version 0.10.0</ p >
337336 </ label >
337+
338338 < br />
339339
340340 < button class ="old-releases-toggle " onclick ="toggleOldReleases() "> Show old releases ▼</ button >
341341
342342 < div id ="oldReleasesSection " class ="old-releases-section ">
343343 < div class ="old-releases-label "> These old releases are only here for archival, reverting, testing or troubleshooting.</ div >
344344
345+ < label > < input type ="radio " checked ="checked " name ="device " value ="/manifests/esp32s3/MicroPythonOS_esp32s3_0.9.x.json " onchange ="updateManifest() ">
346+ < p > Unified build for all supported ESP32-S3 devices: version 0.9.6</ p >
347+ </ label >
348+
349+ < label > < input type ="radio " name ="device " value ="/manifests/esp32/MicroPythonOS_esp32_0.9.x.json " onchange ="updateManifest() ">
350+ < p > Unified build for all supported ESP32 devices: version 0.9.6</ p >
351+ </ label >
352+
345353 < label > < input type ="radio " name ="device " value ="/manifests/esp32/MicroPythonOS_esp32_0.7.x.json " onchange ="updateManifest() ">
346354 < p > Unified for all ESP32-S3 devices: Waveshare and Fri3d Camp 2024 Badge: version 0.7.1</ p >
347355 </ label >
@@ -355,7 +363,7 @@ <h2>Select Version</h2>
355363 </ div >
356364 <!-- careful: if the user doesn't select anything and just leaves the default radio button selected, this will not be updated: -->
357365 < esp-web-install-button id ="installButton "
358- manifest ="/manifests/esp32s3/MicroPythonOS_esp32s3_0.9 .x.json "
366+ manifest ="/manifests/esp32s3/MicroPythonOS_esp32s3_0.10 .x.json "
359367 title ="Your browser does not support WebSerial. Please use Chrome or Edge. ">
360368 < button slot ="activate " class ="cta-button "> Connect and install</ button >
361369 < p slot ="unsupported " class ="unsupported-msg ">
0 commit comments