Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By the33coder@gmail.com
#71135 Hi

I want to upload my file withe commande line arduino but I don't understand how :(

The man page see to add the option --board package:arch:board[:parameters]

I instal the package withe Arduino IDE ad this is installed on /Users/[user]/Library/Arduino15/packeges/esp8266/hardware/esp8266/2.3.0 (Mac)

I use the board NodeMCU 1.0 (ESP-12E Module) in Arduino IDE

I what this for adding the board in arduino-upload setting from Atom App. I know the existence from PlatformIO but I find better arduino-upload :)
User avatar
By martinayotte
#71145 In your Adruino IDE preferences, turn ON the verbose checkbox for Upload, then run an upload thru the IDE, and in the debug output you will see the last line of command line executed for esptool, copy/paste this command line in a shell and you will be happy ...