Skip to content

Commit 3d13570

Browse files
committed
cleanup
1 parent c4445cf commit 3d13570

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
set(COMPONENT_ADD_INCLUDEDIRS src)
22
set(COMPONENT_PRIV_REQUIRES arduino-esp32)
3-
set(COMPONENT_SRCDIRS src)
4-
register_component()
3+
set(COMPONENT_SRCDIRS src)

Diff for: platformio.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ framework = arduino
1515
upload_speed = 921600
1616
board_build.f_cpu = 160000000L
1717
upload_port = /dev/cu.SLAB_USBtoUART
18-
monitor_port = /dev/cu.SLAB_USBtoUART
19-
lib_deps =
18+
monitor_port = /dev/cu.SLAB_USBtoUART

0 commit comments

Comments
 (0)