Files
ESPEasy/.gitmodules
T
David ConranandDatuX 16aceaac73 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.
2017-04-01 22:07:19 +02:00

16 lines
602 B
Plaintext

[submodule "lib/Adafruit_NeoPixel"]
path = lib/Adafruit_NeoPixel
url = https://github.com/adafruit/Adafruit_NeoPixel.git
[submodule "lib/ArduinoJson"]
path = lib/ArduinoJson
url = https://github.com/bblanchon/ArduinoJson.git
[submodule "lib/IRremoteESP8266"]
path = lib/IRremoteESP8266
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
[submodule "lib/AS_BH1750"]
path = lib/AS_BH1750
url = https://github.com/hexenmeister/AS_BH1750.git