@@ -328,11 +328,11 @@ <h2>Install MicroPythonOS</h2>
328328 < h2 > Select Version</ h2 >
329329 < div class ="device-selection ">
330330
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 >
331+ < label > < input type ="radio " checked ="checked " name ="device " value ="/manifests/esp32s3/MicroPythonOS_esp32s3_0.11 .x.json " onchange ="updateManifest() ">
332+ < p > Unified build for all supported ESP32-S3 devices: version 0.11 .0</ p >
333333 </ label >
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 >
334+ < label > < input type ="radio " name ="device " value ="/manifests/esp32/MicroPythonOS_esp32_0.11 .x.json " onchange ="updateManifest() ">
335+ < p > Unified build for all supported ESP32 devices: version 0.11 .0</ p >
336336 </ label >
337337
338338 < br />
@@ -342,10 +342,16 @@ <h2>Select Version</h2>
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.10.x.json " onchange ="updateManifest() ">
346+ < p > Unified build for all supported ESP32-S3 devices: version 0.10.0</ p >
347+ </ label >
348+ < label > < input type ="radio " name ="device " value ="/manifests/esp32/MicroPythonOS_esp32_0.10.x.json " onchange ="updateManifest() ">
349+ < p > Unified build for all supported ESP32 devices: version 0.10.0</ p >
350+ </ label >
351+
345352 < label > < input type ="radio " checked ="checked " name ="device " value ="/manifests/esp32s3/MicroPythonOS_esp32s3_0.9.x.json " onchange ="updateManifest() ">
346353 < p > Unified build for all supported ESP32-S3 devices: version 0.9.6</ p >
347354 </ label >
348-
349355 < label > < input type ="radio " name ="device " value ="/manifests/esp32/MicroPythonOS_esp32_0.9.x.json " onchange ="updateManifest() ">
350356 < p > Unified build for all supported ESP32 devices: version 0.9.6</ p >
351357 </ label >
@@ -363,7 +369,7 @@ <h2>Select Version</h2>
363369 </ div >
364370 <!-- careful: if the user doesn't select anything and just leaves the default radio button selected, this will not be updated: -->
365371 < esp-web-install-button id ="installButton "
366- manifest ="/manifests/esp32s3/MicroPythonOS_esp32s3_0.10 .x.json "
372+ manifest ="/manifests/esp32s3/MicroPythonOS_esp32s3_0.11 .x.json "
367373 title ="Your browser does not support WebSerial. Please use Chrome or Edge. ">
368374 < button slot ="activate " class ="cta-button "> Connect and install</ button >
369375 < p slot ="unsupported " class ="unsupported-msg ">
0 commit comments