From 3d1357075247cff7d95c8f615fd12ba70c215786 Mon Sep 17 00:00:00 2001 From: Vladislav Osmanov <7123463+osmanovv@users.noreply.github.com> Date: Mon, 12 Jun 2023 17:18:55 +0300 Subject: [PATCH] cleanup --- CMakeLists.txt | 3 +-- platformio.ini | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 41a77a2..d8de824 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,3 @@ set(COMPONENT_ADD_INCLUDEDIRS src) set(COMPONENT_PRIV_REQUIRES arduino-esp32) -set(COMPONENT_SRCDIRS src) -register_component() \ No newline at end of file +set(COMPONENT_SRCDIRS src) \ No newline at end of file diff --git a/platformio.ini b/platformio.ini index b1ba8ad..f235e3c 100644 --- a/platformio.ini +++ b/platformio.ini @@ -15,5 +15,4 @@ framework = arduino upload_speed = 921600 board_build.f_cpu = 160000000L upload_port = /dev/cu.SLAB_USBtoUART -monitor_port = /dev/cu.SLAB_USBtoUART -lib_deps = \ No newline at end of file +monitor_port = /dev/cu.SLAB_USBtoUART \ No newline at end of file