duinoapp / duinoapp-client

GNU General Public License v3.0
12 stars 9 forks source link

Local Uploaders #15

Closed mrfrase3 closed 3 years ago

mrfrase3 commented 3 years ago

With looking into the ESP issue, it looks like I'm going to need to implement a local js version of the esptools uploader.

Apparently some users have been having timing issues with uploading to Arduino Uno's as well, timings seem to be really sensitive which isn't very reliable across the internet.

It seems the best action would be to port over local uploaders for popular boards, and try to fall-back onto remote uploading for less-common boards.

mrfrase3 commented 3 years ago

gonna close this, as atmega32U4 is in its own issue atm