@johnnycubides/micropython-esp32-plugin-catalejo-editor
v0.1.1
Published
Readme
Micropython esp32 plugin catalejo editor
Para activar el plugin se requiere anexar importar micropython_esp32 en plugin.js, ejemplo:
import * as micropython_esp32 from "./micropython-esp32/micropython.es.js";
plugins.push(micropython_esp32)
defaultPaths.push("app/ui-app/plugins/micropython-esp32/esp32-libs")