- Fixed wrong tool selection when different packages provides the same tools (for example by installing both esp32 + esp8266) #73
compile
andupload
: the output filename is saved without the "config" part of the FQBN, so instead of:arduino.avr.mega.cpu=atmega1280.hex
now the file is saved toarduino.avr.mega.hex
. Theupload
command will look for the same file to upload to the board. This fixes path exceeding 246 chars limit on Windows #64compile
: the output filename may be overridden with the-o
optionupload
: the input filename may be overridden with the-i
option- Added the new
board details
command #45 - bugfix: the colored output now works in Windows command prompt too
- bugfix: sometimes the download fails with 403: Forbidden error
board listall
now accepts a "search" parameter