diff options
Diffstat (limited to 'platformio/temphum/src/led.cpp')
-rw-r--r-- | platformio/temphum/src/led.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/platformio/temphum/src/led.cpp b/platformio/temphum/src/led.cpp deleted file mode 100644 index b6b0d81..0000000 --- a/platformio/temphum/src/led.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include "led.h" -#include "config.def.h" - -namespace homekit { - -Led board_led(BOARD_LED_PIN); -Led esp_led(ESP_LED_PIN); - -}
\ No newline at end of file |