Skip to content

Commit

Permalink
Clarify ESP32 core version required. Release 0.13.6 bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
vickash committed Jul 26, 2024
1 parent c50a368 commit 09bd5b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DEPS_CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions DEPS_IDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ All platforms will require libraries to be installed. To install a library do th
Arduino SAMD Boards (32-bits ARM Cortex-M0+)
Arduino UNO R4 Boards
ESP8266 Boards
ESP32 Boards
ESP32 Boards @ v2.0.17
Raspberry Pi Pico/RP2040
````
* Libraries:
Expand Down Expand Up @@ -104,7 +104,7 @@ All platforms will require libraries to be installed. To install a library do th
````
* Boards (latest version unless specified):
````
ESP32 Boards
ESP32 Boards @ v2.0.17
````
* Libraries (latest version unless specified):
````
Expand Down
2 changes: 1 addition & 1 deletion lib/denko/version.rb
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

0 comments on commit 09bd5b3

Please sign in to comment.