Arduino CLI 0.14.0 Content Update

preview_player
Показать описание

In this video, our Tooling Team goes through all the important features and gives you an overview of how to use the new commands.

Highlights for this release include:
• Added flags to install libraries from a local zip file or git url
• Added a `--clean` flag for the `compile` command
• Added a `--dest-file` flag to the `config init` command
• Better tracking of installed platforms
• A few useful UX improvements
• A bunch of bug fixes

As you may know, Arduino CLI is still in “alpha” state, meaning that the tool is under heavy development. This is the reason why here and there we still introduce some breaking changes.

• Use debug "configurations" instead or "recipes" (#1033)
• Local binaries export (a `build` folder in your sketch) must now be explicitly specified (#1042)
• Programmers can't be any longer listed using using the `burn-bootloader` programmers list flag (`-P list`) (#982)
• `lib install --git-url` or `--zip-file` must now be explicitly enabled (#1075)

Рекомендации по теме
Комментарии
Автор

Can you upload files through an ISP with Arduino CLI? I want to run a sketch without the boot loader.

jamesmd
Автор

отличное cli приложение, очень выручило меня, спасибо!

ArtemCYOU