Skip to content

Commit 11af195

Browse files
authored
Fixed simple_led.ino
Some libraries in the simple_led.ino file where not required. However, they also prevented the example from compile because the Arduino IDE will refuse to load any library files located in a subdirectory of the library.
1 parent 24bea8b commit 11af195

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/simple_led/simple_led.ino

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414

1515
#include <Arduino.h>
1616
#include <ESP8266WiFi.h>
17-
#include <homekit/types.h>
18-
#include <homekit/homekit.h>
19-
#include <homekit/characteristics.h>
2017

2118
#include <arduino_homekit_server.h>
2219
#include "ButtonDebounce.h"

0 commit comments

Comments
 (0)