Browse Source

Using forked RemoteSwitch library with Arduino 1.0+ compatibility

fastled
Xose Pérez 7 years ago
parent
commit
d2d5d4a887
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      code/lib/WProgram/WProgram.h
  2. +1
    -1
      code/platformio.ini

+ 0
- 1
code/lib/WProgram/WProgram.h View File

@ -1 +0,0 @@
#include <Arduino.h>

+ 1
- 1
code/platformio.ini View File

@ -21,7 +21,7 @@ lib_deps =
https://bitbucket.org/xoseperez/hlw8012.git
https://bitbucket.org/xoseperez/emonliteesp.git
https://bitbucket.org/xoseperez/fauxmoESP.git
https://github.com/jccprj/RemoteSwitch-arduino-library
https://github.com/xoseperez/RemoteSwitch-arduino-library.git
lib_ignore = FauxmoESP, ESPAsyncUDP
# ------------------------------------------------------------------------------


Loading…
Cancel
Save