UNPKG

moddable-helper

Version:

Adds a simple command to help automate Moddable SDK commands

51 lines 1.27 kB
{ "debug": false, "modules": [ { "name": "host", "description": "The project's host module", "isHost": true, "debugFlag": true, "makeFlag": true, "folderPath": "host" }, { "name": "hw", "description": "Text-only version of the project", "isHost": false, "debugFlag": true, "makeFlag": true, "folderPath": "helloworld" }, { "name": "hwg", "description": "Hello World Graphical version", "isHost": false, "debugFlag": true, "makeFlag": true, "folderPath": "helloworld-gui" } ], "targets": [ { "name": "m5fire", "description": "M5Stack Fire device", "platform": "esp32/m5stack_fire", "formatFlag": false, "formatStr": "", "rotationFlag": false, "rotationValue": 0, "wipeCommand": "python %IDF_PATH%\\components\\esptool_py\\esptool\\esptool.py erase_flash" }, { "name": "mdbl2", "description": "Moddable Two", "platform": "esp32/moddable_two", "formatFlag": false, "formatStr": "", "rotationFlag": false, "rotationValue": 0, "wipeCommand": "python %IDF_PATH%\\components\\esptool_py\\esptool\\esptool.py erase_flash" } ] }