removed everything not nano-related, rewrote the logic of serial connection so the user is not prompted to connect 2 times when using the old bootloader

This commit is contained in:
Oleksiy H
2025-11-09 15:23:46 +02:00
parent 5888eee2db
commit 0c0b6d852f
14 changed files with 1302 additions and 1503 deletions

View File

@ -1,13 +1,13 @@
{
"name": "web-arduino-uploader",
"name": "arduino-nano-web-uploader",
"version": "1.1.2",
"main": "dist/index.ts",
"types": "dist/index.d.ts",
"license": "MIT",
"author": {
"name": "David Buezas",
"email": "david.buezas@gmail.com",
"url": "https://github.com/dbuezas/arduino-web-uploader/"
"name": "Oleksiy Hrachov",
"email": "oleksiy.h@proton.me",
"url": "https://git.pinkduck.xyz/oleksiy/arduino-NANO-web-uploader"
},
"scripts": {
"prepublish": "npm run build",
@ -23,8 +23,8 @@
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"typescript": "^4.0.3",
"webpack": "^5.2.0",
"webpack-cli": "^4.1.0"
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"async": "^3.2.0",