CMakeLists.txt 143 B

123
  1. idf_component_register(SRCS "main.c"
  2. INCLUDE_DIRS "."
  3. REQUIRES driver dht22 esp_driver_uart GPS_parser)