arduino-upload icon indicating copy to clipboard operation
arduino-upload copied to clipboard

Atom Package for those who don't like the Arduino IDE

Results 25 arduino-upload issues
Sort by recently updated
recently updated
newest added

I'm looking at trying to get the /spec directory and some configs sorted out so we could potentially use Travis CI and GreenKeeper to try to limit issue sources. @Sorunome,...

when I click the instead of taking error reference it won't go to the error, it opens an empty file with an identical file name except it's missing the file...

Have left comment on #3. this error is back for me. When trying to upload I get the FILE isn't part of sketch error. The FILE is part of sketch,...

I'm having an issue installing arduino upload, and it does appear to be very similar to the other issues with the serialport library. I have installed `node.js` and ran` npm...

Hi, After the latest Atom update, the package fails to install, this is the output when installing: ``` > @serialport/[email protected] install C:\Users\User\AppData\Local\Temp\apm-install-dir-119626-6940-12oi6cw.avfg\node_modules\arduino-upload\node_modules\@serialport\bindings > prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild >...

Hi! I'm getting the messaage "no arduino connected" even tho I can build the sketch and my arduino ide is set to the port. I'm using ubuntu gnome, arduino ide...

Proposing drop-up list for open ports next to the board selection drop-up list. Could be potentially helpful for troubleshooting errors like #24 and allow for multiple connected boards without upload...

enhancement

First of all thanks for this amazing plugin! It is saving me so much time! The only thing that I cannot get to work is the Serial Monitor. I don't...

Was having problems that are well captured elsewhere (eg. #11), namely with the serialport package causing the install to fail. I tried to solve the problem by following the device...

I installed the package on Ubunstu Studio 18.04, Atom 1.29.0. Trying to upload a test blink sketch I get: ``` undefined reference to 'setup' undefined reference to 'loop' ``` I've...