We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0e734 commit a96945fCopy full SHA for a96945f
examples/freertos_plus_tcp/z_sub.c
@@ -14,6 +14,7 @@
14
15
#include <zenoh-pico.h>
16
17
+#if Z_FEATURE_SUBSCRIPTION == 1
18
#define CLIENT_OR_PEER 0 // 0: Client mode; 1: Peer mode
19
#if CLIENT_OR_PEER == 0
20
#define MODE "client"
examples/freertos_plus_tcp/z_sub_st.c
0 commit comments