[next] Updated to latest MicroPython (#1590)

This commit is contained in:
Andrea Giammarchi
2023-07-12 10:45:46 +02:00
committed by GitHub
parent 184d29055e
commit 45af96aad4
6 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ const type = "micropython";
/* c8 ignore start */
export default {
type,
module: (version = "1.20.0-268") =>
module: (version = "1.20.0-295") =>
`https://cdn.jsdelivr.net/npm/@micropython/micropython-webassembly-pyscript@${version}/micropython.mjs`,
async engine({ loadMicroPython }, config, url) {
const { stderr, stdout, get } = stdio();