-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify ESP32 core version required. Release 0.13.6 bugfix.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ arduino-cli core install arduino:sam | |
arduino-cli core install arduino:samd | ||
arduino-cli core install arduino:renesas_uno | ||
arduino-cli core install esp8266:esp8266 | ||
arduino-cli core install esp32:esp32 | ||
arduino-cli core install esp32:esp32@2.0.17 | ||
arduino-cli core install rp2040:rp2040 | ||
arduino-cli lib install Servo | ||
arduino-cli lib install Ethernet | ||
|
@@ -71,7 +71,7 @@ arduino-cli lib install "Adafruit NeoPixel" | |
arduino-cli config init | ||
arduino-cli config add board_manager.additional_urls https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json | ||
arduino-cli core update-index | ||
arduino-cli core install esp32:esp32 | ||
arduino-cli core install esp32:esp32@2.0.17 | ||
arduino-cli lib install ESP32Servo | ||
arduino-cli lib install [email protected] | ||
arduino-cli lib install "Adafruit NeoPixel" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Denko | ||
VERSION = "0.13.5" | ||
VERSION = "0.13.6" | ||
end |