This website requires JavaScript.
Explore
Help
Sign In
espressif
/
esp-mqtt
Watch
1
Star
0
Fork
1
You've already forked esp-mqtt
mirror of
https://github.com/espressif/esp-mqtt.git
synced
2025-10-17 09:15:56 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
esp-mqtt
/
examples
/
custom_outbox
/
main
/
CMakeLists.txt
5 lines
159 B
CMake
Raw
Permalink
Normal View
History
Unescape
Escape
feat(mqtt/example): Adds custom outbox example Adds example presenting how to customize esp-mqtt outbox.
2023-05-04 14:22:17 +02:00
idf_component_register
(
SRCS
"app_main.c"
I
N
C
L
U
D
E
_
D
I
R
S
"
.
"
change(examples): explicitly specify component dependencies for examples Currently, several examples do not explicitly state their component dependencies, relying instead on the default behavior that includes all registered components and commonly required ones in the build. Explicitly adding component dependencies can reduce build time when set(COMPONENTS main) is used. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-09-24 14:22:10 +02:00
P
R
I
V
_
R
E
Q
U
I
R
E
S
m
q
t
t
n
v
s
_
f
l
a
s
h
e
s
p
_
n
e
t
i
f
feat(mqtt/example): Adds custom outbox example Adds example presenting how to customize esp-mqtt outbox.
2023-05-04 14:22:17 +02:00
)
Reference in New Issue
Copy Permalink