@@ -351,11 +351,11 @@ <h2>Install MicroPythonOS</h2>
351351 < h2 > Select Version</ h2 >
352352 < div class ="device-selection ">
353353
354- < label > < input type ="radio " checked ="checked " name ="device " value ="/manifests/esp32s3/MicroPythonOS_esp32s3_0.17 .x.json " onchange ="updateManifest() ">
355- < p > Unified build for all supported ESP32-S3 devices: version 0.17.3 </ p >
354+ < label > < input type ="radio " checked ="checked " name ="device " value ="/manifests/esp32s3/MicroPythonOS_esp32s3_0.18 .x.json " onchange ="updateManifest() ">
355+ < p > Unified build for all supported ESP32-S3 devices: version 0.18.0 </ p >
356356 </ label >
357- < label > < input type ="radio " name ="device " value ="/manifests/esp32/MicroPythonOS_esp32_0.17 .x.json " onchange ="updateManifest() ">
358- < p > Unified build for all supported ESP32 devices: version 0.17.3 </ p >
357+ < label > < input type ="radio " name ="device " value ="/manifests/esp32/MicroPythonOS_esp32_0.18 .x.json " onchange ="updateManifest() ">
358+ < p > Unified build for all supported ESP32 devices: version 0.18.0 </ p >
359359 </ label >
360360
361361 < br />
@@ -365,6 +365,13 @@ <h2>Select Version</h2>
365365 < div id ="oldReleasesSection " class ="old-releases-section ">
366366 < div class ="old-releases-label "> These old releases are only here for archival, reverting, testing or troubleshooting.</ div >
367367
368+ < label > < input type ="radio " name ="device " value ="/manifests/esp32s3/MicroPythonOS_esp32s3_0.17.x.json " onchange ="updateManifest() ">
369+ < p > Unified build for all supported ESP32-S3 devices: version 0.17.3</ p >
370+ </ label >
371+ < label > < input type ="radio " name ="device " value ="/manifests/esp32/MicroPythonOS_esp32_0.17.x.json " onchange ="updateManifest() ">
372+ < p > Unified build for all supported ESP32 devices: version 0.17.3</ p >
373+ </ label >
374+
368375 < label > < input type ="radio " name ="device " value ="/manifests/esp32s3/MicroPythonOS_esp32s3_0.16.x.json " onchange ="updateManifest() ">
369376 < p > Unified build for all supported ESP32-S3 devices: version 0.16.1</ p >
370377 </ label >
@@ -436,7 +443,7 @@ <h3>⚠️ Already running MicroPythonOS? This can erase your data.</h3
436443 </ div >
437444 <!-- careful: if the user doesn't select anything and just leaves the default radio button selected, this will not be updated: -->
438445 < esp-web-install-button id ="installButton "
439- manifest ="/manifests/esp32s3/MicroPythonOS_esp32s3_0.17 .x.json "
446+ manifest ="/manifests/esp32s3/MicroPythonOS_esp32s3_0.18 .x.json "
440447 title ="Your browser does not support WebSerial. Please use Chrome or Edge. ">
441448 < button slot ="activate " class ="cta-button "> Connect and install</ button >
442449 < p slot ="unsupported " class ="unsupported-msg ">
0 commit comments