#Base URL
http://192.168.1.254
GET / file management panel
all options follow the template:
/?custom=1&cmd={Command}&par={Option}
Command - setting/mode of the device
| #include <IRremote.h> | |
| // http://www.pjrc.com/teensy/td_libs_IRremote.html | |
| // If one keypress results in multiple codes being output, then | |
| // change in IRremoteInt.h: | |
| // #define _GAP 50000 | |
| int RECV_PIN = 8; | |
| IRrecv irrecv(RECV_PIN); | |
| decode_results results; |