2018-12-21 09:20:30 -08:00
|
|
|
set(COMPONENT_SRCS "ugv_main.c"
|
2018-12-29 22:07:22 -07:00
|
|
|
"u8g2_esp32_hal.c")
|
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
set(COMPONENT_REQUIRES "u8g2" "sx127x_driver")
|
2018-12-16 18:12:21 -08:00
|
|
|
|
2018-12-29 21:14:26 -07:00
|
|
|
register_component()
|
|
|
|
|
|
|
|
component_compile_options("-Werror=incompatible-pointer-types")
|