Github Action: JS Build files
This commit is contained in:
parent
e023a5a4a3
commit
e0b6d68fb5
3 changed files with 2 additions and 2 deletions
0
build/build.min.build
Normal file
0
build/build.min.build
Normal file
|
|
@ -10,7 +10,7 @@ import * as esptoolPackage from "https://unpkg.com/esp-web-flasher@5.1.2/dist/we
|
|||
|
||||
//import * as esptoolPackage from "https://adafruit.github.io/Adafruit_WebSerial_ESPTool/js/modules/esptool.js"
|
||||
import { REPL } from 'https://cdn.jsdelivr.net/gh/adafruit/circuitpython-repl-js@1.2.1/repl.js';
|
||||
import { InstallButton, ESP_ROM_BAUD } from "./base_installer.mjs";
|
||||
import { InstallButton, ESP_ROM_BAUD } from "./base_installer.js";
|
||||
|
||||
// TODO: Combine multiple steps together. For now it was easier to make them separate,
|
||||
// but for ease of configuration, it would be work better to combine them together.
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
},
|
||||
"version": "1.0.0",
|
||||
"description": "ESP32 Web-based Firmware Installation Tool for CircuitPython and more",
|
||||
"main": "base_installer.mjs",
|
||||
"main": "base_installer.js",
|
||||
"dependencies": {
|
||||
},
|
||||
"devDependencies": {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue