mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-29 06:28:36 -04:00
Cosmetic changes in the MQTT demo
- Fix warnings in the MQTT code. - Update comments in the iot_config.h.
This commit is contained in:
parent
17b18c8b7e
commit
95f60318d5
6 changed files with 63 additions and 46 deletions
|
@ -146,7 +146,7 @@ stack will revert to using the static IP address even when ipconfigUSE_DHCP is
|
|||
set to 1 if a valid configuration cannot be obtained from a DHCP server for any
|
||||
reason. The static configuration used is that passed into the stack by the
|
||||
FreeRTOS_IPInit() function call. */
|
||||
#define ipconfigUSE_DHCP 0
|
||||
#define ipconfigUSE_DHCP 1
|
||||
|
||||
/* When ipconfigUSE_DHCP is set to 1, DHCP requests will be sent out at
|
||||
increasing time intervals until either a reply is received from a DHCP server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue