diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-05-17 04:06:18 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-05-17 04:06:18 +0300 |
commit | c0111bf4d3dd91f54d27346970e4c6e0a1ce357e (patch) | |
tree | beb15167412bc3ed60e3e11e9076d27ea6f437e5 /platformio/temphum/src/led.cpp | |
parent | 893e21cc83ee1ecf236a005f1bf4893448e9b3ea (diff) |
pio: products refactoring
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 |