Skip to content

Commit

Permalink
Move app into main folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MathewHDYT committed Sep 27, 2023
1 parent 2dc5ebe commit 4ab0e77
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 deletions.
7 changes: 0 additions & 7 deletions examples/0014-espressif_esp32_send_data/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,3 @@
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
cmake_minimum_required(VERSION 3.5)
project(ESP32_SEND_DATA)

# Specify all source files to keep the project compatible with espidf build system
idf_component_register(
SRCS
"0014-espressif_esp32_send_data.cpp"
INCLUDE_DIRS "."
)
6 changes: 6 additions & 0 deletions examples/0014-espressif_esp32_send_data/main/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Specify all source files to keep the project compatible with espidf build system
idf_component_register(
SRCS
"0014-espressif_esp32_send_data.cpp"
INCLUDE_DIRS "."
)
7 changes: 0 additions & 7 deletions examples/0015-espressif_esp32_process_OTA_MQTT/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,3 @@
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
cmake_minimum_required(VERSION 3.5)
project(ESP32_PROCESS_OTA)

# Specify all source files to keep the project compatible with espidf build system
idf_component_register(
SRCS
"0015-espressif_esp32_process_OTA_MQTT.cpp"
INCLUDE_DIRS "."
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Specify all source files to keep the project compatible with espidf build system
idf_component_register(
SRCS
"0015-espressif_esp32_process_OTA_MQTT.cpp"
INCLUDE_DIRS "."
)

0 comments on commit 4ab0e77

Please sign in to comment.