-
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.
ESP32: Use regular IRRemote lib. IR working again with core 3.0.5
- Loading branch information
Showing
16 changed files
with
39 additions
and
38 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
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
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
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
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
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
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,15 +16,15 @@ 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:[email protected].3 | ||
arduino-cli core install esp32:[email protected].5 | ||
arduino-cli core install rp2040:rp2040 | ||
arduino-cli lib install Servo | ||
arduino-cli lib install Ethernet | ||
arduino-cli lib install WiFi | ||
arduino-cli lib install WiFi101 | ||
arduino-cli lib install WiFiNINA | ||
arduino-cli lib install IRremote@4.1.2 | ||
arduino-cli lib install [email protected].4 | ||
arduino-cli lib install IRremote@4.4.1 | ||
arduino-cli lib install [email protected].6 | ||
arduino-cli lib install ESP32Servo | ||
arduino-cli lib install "Adafruit NeoPixel" | ||
```` | ||
|
@@ -37,7 +37,7 @@ arduino-cli lib install Servo | |
arduino-cli lib install Ethernet | ||
arduino-cli lib install WiFi | ||
arduino-cli lib install WiFiNINA | ||
arduino-cli lib install IRremote@4.1.2 | ||
arduino-cli lib install IRremote@4.4.1 | ||
arduino-cli lib install "Adafruit NeoPixel" | ||
```` | ||
|
||
|
@@ -52,7 +52,7 @@ arduino-cli lib install Ethernet | |
arduino-cli lib install WiFi | ||
arduino-cli lib install WiFi101 | ||
arduino-cli lib install WiFiNINA | ||
arduino-cli lib install IRremote@4.1.2 | ||
arduino-cli lib install IRremote@4.4.1 | ||
arduino-cli lib install "Adafruit NeoPixel" | ||
```` | ||
|
||
|
@@ -62,7 +62,7 @@ arduino-cli config init | |
arduino-cli config add board_manager.additional_urls https://arduino.esp8266.com/stable/package_esp8266com_index.json | ||
arduino-cli core update-index | ||
arduino-cli core install esp8266:esp8266 | ||
arduino-cli lib install [email protected].5 | ||
arduino-cli lib install [email protected].6 | ||
arduino-cli lib install "Adafruit NeoPixel" | ||
```` | ||
|
||
|
@@ -71,9 +71,9 @@ 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:[email protected].3 | ||
arduino-cli core install esp32:[email protected].5 | ||
arduino-cli lib install ESP32Servo | ||
arduino-cli lib install [email protected] | ||
arduino-cli lib install [email protected] | ||
arduino-cli lib install "Adafruit NeoPixel" | ||
```` | ||
|
||
|
@@ -83,5 +83,5 @@ arduino-cli config init | |
arduino-cli config add board_manager.additional_urls https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json | ||
arduino-cli core update-index | ||
arduino-cli core install rp2040:rp2040 | ||
arduino-cli lib install IRremote@4.1.2 | ||
arduino-cli lib install IRremote@4.4.1 | ||
```` |
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
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