0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

[Arduino] Arduino IDE 2.0 Beta 6から11まで

Posted at

Arduino IDE 2.0皆さんは使っているんでしょうか
beta 6 から11まで、まとめてみました。

Arduino IDE 2.0 beta 11

Changelog

Added

  • [ATL-1533] Firmware & Certificate Uploader (#469) 302fb7b
  • [ATL-493] Support platforms installed in directories.user [6233e1f]

Arduino IDE 2.0 beta 10

Changelog

Fixed

  • Refactor pull/push to edit files in place (#464) 6515273
  • Preserve node expanded state on refresh 57b9eb9
  • Fixed remote sketches sorting 64dc124
  • Force some files to be read-only (#453) [38d372e]
  • Fix url to open sketch in cloud editor (#452) [5897f37]
  • Improve remote sketchbook explorer (#459) [d790266]
  • Improve local sketchbook explorer (#446) [4da5d57]
  • Reveal sketch directory in file explorer (#450) [4e6f9ae]
  • Make tab width 2 spaces (#445) [e10f0f1]

Arduino IDE 2.0 beta 9

This release introduces a fix to the Remote Sketchbook push and pull operations.
When creating SECRET fields in the Web IDE or through IoT Cloud Sketch generation,
the values would be pulled and a file arduino_secrets.h created, but such file was not included in the main .ino file.

このリリースでは、リモートスケッチブックのプッシュおよびプル操作が修正されています。
WebIDEまたはIoTCloud Sketch生成を介してSECRETフィールドを作成する場合、
値がプルされ、ファイルarduino_secrets.hが作成されますが、そのようなファイルはメインの.inoファイルに含まれていませんでした。

Fixed:

Known bugs:

  • #441
  • #442
  • #443
  • #444

Arduino IDE 2.0 beta 8

Changelog

Added

Fixed

Changed

  • Use latest release of built-in examples 05c0505

Arduino IDE 2.0 beta 7

Changelog

Added

Arduino IDE 2.0 beta 6

Changelog

Added

Fixed

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?