We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4445cf commit 3d13570Copy full SHA for 3d13570
CMakeLists.txt
@@ -1,4 +1,3 @@
1
set(COMPONENT_ADD_INCLUDEDIRS src)
2
set(COMPONENT_PRIV_REQUIRES arduino-esp32)
3
-set(COMPONENT_SRCDIRS src)
4
-register_component()
+set(COMPONENT_SRCDIRS src)
platformio.ini
@@ -15,5 +15,4 @@ framework = arduino
15
upload_speed = 921600
16
board_build.f_cpu = 160000000L
17
upload_port = /dev/cu.SLAB_USBtoUART
18
-monitor_port = /dev/cu.SLAB_USBtoUART
19
-lib_deps =
+monitor_port = /dev/cu.SLAB_USBtoUART
0 commit comments