Update IRremoteESP8266 library url in .gitmodules

Replace the url to the old un-maintained fork of the IRremoteESP8266 library to its upstream canonical (and maintained) library.

This might explain why we've had some odd non-reproducible reports of our (IRremoteESP8266) library not working as expected.
This commit is contained in:
David Conran
2017-04-01 22:07:19 +02:00
committed by DatuX
parent cbf7ba59d4
commit 16aceaac73
+1 -1
View File
@@ -6,7 +6,7 @@
url = https://github.com/bblanchon/ArduinoJson.git
[submodule "lib/IRremoteESP8266"]
path = lib/IRremoteESP8266
url = https://github.com/sebastienwarin/IRremoteESP8266.git
url = https://github.com/markszabo/IRremoteESP8266.git
[submodule "lib/Adafruit_Motor_Shield_V2"]
path = lib/Adafruit_Motor_Shield_V2
url = https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library.git