CMakeLists.txt 131 B

123
  1. idf_component_register(SRCS "GPS_parser.c"
  2. INCLUDE_DIRS "include"
  3. REQUIRES esp_driver_uart)