github arduino/arduino-cli 0.3.2-alpha.preview
Release 0.3.2-alpha.preview

latest releases: v0.36.0-rc.2, v0.0.0-test-rc.1, v0.35.3...
pre-release5 years ago
  • Fixed wrong tool selection when different packages provides the same tools (for example by installing both esp32 + esp8266) #73
  • compile and upload: 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 to arduino.avr.mega.hex. The upload command will look for the same file to upload to the board. This fixes path exceeding 246 chars limit on Windows #64
  • compile: the output filename may be overridden with the -o option
  • upload: 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

Don't miss a new arduino-cli release

NewReleases is sending notifications on new releases.