This commit is contained in:
Rafi Khan
2017-04-23 00:22:29 -06:00
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
#include <InfraredRemote.h>
#define POWER 0x7F80
#define AIWA_RC_T501

View File

@@ -12,3 +12,4 @@ PLATFORMIO_CI_SRC=examples/JVCPanasonicSendDemo python2 -m platformio ci --lib="
PLATFORMIO_CI_SRC=examples/LGACSendDemo python2 -m platformio ci --lib="." --board=uno
PLATFORMIO_CI_SRC=examples/LegoPowerFunctionsSendDemo python2 -m platformio ci --lib="." --board=uno
PLATFORMIO_CI_SRC=examples/LegoPowerFunctionsTests python2 -m platformio ci --lib="." --board=uno