Files
IRremoteESP8266/.gitmodules
Brett T. Warden ec75c50688 Add Made With Magic (MWM) support (#557)
* Adding Made With Magic (MWM) support
Adding support for Disney's Made With Magic IR protocol, formerly known as Glow With the Show.
* Make mark and space methods public in IRsendtest
[tools] Added command mode2_decode
MWM devices typically wait 30ms between messages, so increase
footer to that length.
* Enforce kStateSizeMax
* Implement unit tests for MWM
* Explain origin
* Update IRMQTTServer for MWM support.
* Anchor the googletest library to v1.8.x to solve c++11 issues.
2018-10-18 23:48:47 -04:00

5 lines
117 B
Plaintext

[submodule "lib/googletest"]
path = lib/googletest
url = https://github.com/google/googletest.git
branch = v1.8.x