1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-25 00:49:11 -04:00
Euripedes Rocha 2f46d9686d feat(mqtt/example): Adds custom outbox example
Adds example presenting how to customize esp-mqtt outbox.
2023-10-11 14:07:07 +02:00

4 lines
100 B
CMake

idf_component_register(SRCS "app_main.c"
INCLUDE_DIRS "."
)