Browse Source

Update IRremoteESP8266 to 2.7.4 (#2182)

* Update IRremoteESP8266 to 2.7.4

Fix version specifier, use PIO registry instead of git
Need this for -DALLOW_DELAY_CALLS=false

* Update platformio.ini

https://platformio.org/lib/show/1089/IRremoteESP8266/installation
pull/2249/head
Max Prokhorov 4 years ago
committed by GitHub
parent
commit
a2a44c28d4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/platformio.ini

+ 1
- 1
code/platformio.ini View File

@ -146,7 +146,7 @@ lib_deps =
https://github.com/me-no-dev/ESPAsyncWebServer#b0c6144
https://bitbucket.org/xoseperez/fauxmoesp.git#3.1.0
https://github.com/xoseperez/hlw8012.git#1.1.0
https://github.com/markszabo/IRremoteESP8266#v2.2.0
IRremoteESP8266@2.7.4
https://github.com/xoseperez/justwifi.git#2.0.2
https://github.com/madpilot/mDNSResolver#4cfcda1
https://github.com/xoseperez/my92xx#3.0.1


Loading…
Cancel
Save