mirror of
https://github.com/crankyoldgit/IRremoteESP8266.git
synced 2026-01-12 00:05:10 +08:00
* 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.
5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
[submodule "lib/googletest"]
|
|
path = lib/googletest
|
|
url = https://github.com/google/googletest.git
|
|
branch = v1.8.x
|