mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 18:18:32 -04:00
Added simple UDP demo into the mqtt project to enable the network connectivity to be tested in a simple way prior to performing any MQTT operations.
This commit is contained in:
parent
d362efca8d
commit
2b295f9015
5 changed files with 231 additions and 55 deletions
|
@ -136,7 +136,7 @@ example, on my development laptop setting configNETWORK_INTERFACE_TO_USE to 4
|
|||
results in the wired network being used, while setting
|
||||
configNETWORK_INTERFACE_TO_USE to 2 results in the wireless network being
|
||||
used. */
|
||||
#define configNETWORK_INTERFACE_TO_USE 4L
|
||||
#define configNETWORK_INTERFACE_TO_USE 3L
|
||||
|
||||
/* The address of an echo server that will be used by the two demo echo client
|
||||
tasks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue