用于控制允斯透传器的网页 https://github.com/kerms/wireless-esp32-tools-web-host 的镜像仓库
Go to file
kerms c4bf06f043 update(package-lock) 2024-07-02 17:17:45 +08:00
src feat(uart) clear RX/TX byte count on click 2024-06-28 11:18:14 +08:00
.env.development feat(wifi,ws) view page 2024-04-01 15:40:39 +08:00
.env.production feat(wifi,ws) view page 2024-04-01 15:40:39 +08:00
.eslintrc.cjs initial commit 2024-03-22 14:06:06 +08:00
.gitignore feat(wifiView) add disconnection info 2024-04-17 18:32:07 +08:00
.prettierrc.json initial commit 2024-03-22 14:06:06 +08:00
README.md update(README): add build steps 2024-06-28 11:21:31 +08:00
env.d.ts move logs to dev mode only, change navbar connection icon 2024-04-02 10:06:20 +08:00
index.html feat(wifi,ws) view page 2024-04-01 15:40:39 +08:00
package-lock.json update(package-lock) 2024-07-02 17:17:45 +08:00
package.json minor: cleanup code 2024-06-15 16:56:52 +08:00
postcss.config.js initial commit 2024-03-22 14:06:06 +08:00
set_env.sh feat(fullscreen, UI), reformat code 2024-05-20 10:03:25 +08:00
tailwind.config.js initial commit 2024-03-22 14:06:06 +08:00
tsconfig.app.json initial commit 2024-03-22 14:06:06 +08:00
tsconfig.json initial commit 2024-03-22 14:06:06 +08:00
tsconfig.node.json initial commit 2024-03-22 14:06:06 +08:00
vite.config.ts feat(uart proxy) 2024-05-20 10:40:22 +08:00

README.md

允斯无线透传器的内嵌网页版上位机

此项目使用NPM包管理

环境准备步骤

本地测试:
  1. npm install
  2. npm run dev
  3. 打开 localhost:5173
发布至esp32
  1. npm install
  2. npm run build -> 会在dist/生成index.htmlws.sharedworker.js
  3. dist/里执行gzip * -> -> 会在dist/生成index.html.gzws.sharedworker.js.gz
  4. 至此可以使用这两个文件覆盖ESP32目录中的project_components/html里相对应的文件了。