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

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,16 @@
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
/*!
* async
* https://github.com/caolan/async
*
* Copyright 2010-2014 Caolan McMahon
* Released under the MIT license
*/
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */