esp_modem: Ignore format warnings

This commit is contained in:
Alexey Lapshin
2022-07-06 17:09:10 +04:00
parent 9c3e24b6cf
commit e8145fcede
4 changed files with 5 additions and 1 deletions

View File

@ -4,3 +4,4 @@ idf_component_register(SRCS "modem_console_main.cpp"
"ping_handle.c"
REQUIRES console esp_http_client nvs_flash esp_modem esp_modem_usb_dte
INCLUDE_DIRS ".")
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")

View File

@ -1,2 +1,3 @@
idf_component_register(SRCS "pppos_client_main.c"
INCLUDE_DIRS ".")
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")