From 1c107457a9a4f4bc6bee435e4c5b0d22fa61c6d6 Mon Sep 17 00:00:00 2001 From: Lurkars Date: Sat, 12 Dec 2020 22:28:27 +0100 Subject: [PATCH] default to custom device --- components/interface/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/interface/CMakeLists.txt b/components/interface/CMakeLists.txt index 41a71ef..301febf 100644 --- a/components/interface/CMakeLists.txt +++ b/components/interface/CMakeLists.txt @@ -7,9 +7,9 @@ elseif(ENA_INTERFACE_M5STICKC) elseif(ENA_INTERFACE_M5STICKC_PLUS) list(APPEND priv_requires "display-st7789" "rtc-bm8563" "imu-mpu6886" "pmu-axp192") else() -# list(APPEND priv_requires "display-ssd1306" "rtc-ds3231") # uncomment for custom device with SSD1306 und DS3231 + list(APPEND priv_requires "display-ssd1306" "rtc-ds3231") # uncomment for custom device with SSD1306 und DS3231 # list(APPEND priv_requires "display-st7735s" "rtc-bm8563" "imu-mpu6886" "pmu-axp192") # uncomment for M5StickC - list(APPEND priv_requires "display-st7789" "rtc-bm8563" "imu-mpu6886" "pmu-axp192") # uncomment for M5StickC PLUS +# list(APPEND priv_requires "display-st7789" "rtc-bm8563" "imu-mpu6886" "pmu-axp192") # uncomment for M5StickC PLUS endif() idf_component_register(