]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/FreeRTOSConfig.h
Update libraries and sundry check-ins ready for the V10.3.0 kernel release.
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_IoT_Libraries / mqtt / FreeRTOSConfig.h
index 966ac7050375df69bd896f431eab1fc9a3e045e3..29b4aace09c4ea83b37788b8ec83edc9bf4d0953 100644 (file)
@@ -136,14 +136,14 @@ example, on my development laptop setting configNETWORK_INTERFACE_TO_USE to 4
 results in the wired network being used, while setting\r
 configNETWORK_INTERFACE_TO_USE to 2 results in the wireless network being\r
 used. */\r
-#define configNETWORK_INTERFACE_TO_USE 3L\r
+#define configNETWORK_INTERFACE_TO_USE 2L\r
 \r
 /* The address of an echo server is only left in this project as it doubles as\r
 the address to which logging is sent should UDP logging be enabled. */\r
 #define configECHO_SERVER_ADDR0        192\r
 #define configECHO_SERVER_ADDR1 168\r
-#define configECHO_SERVER_ADDR2 0\r
-#define configECHO_SERVER_ADDR3 11\r
+#define configECHO_SERVER_ADDR2 26\r
+#define configECHO_SERVER_ADDR3 100\r
 \r
 /* Default MAC address configuration.  The demo creates a virtual network\r
 connection that uses this MAC address by accessing the raw Ethernet/WiFi data\r
@@ -159,31 +159,31 @@ configure the real network connection to use. */
 \r
 /* Default IP address configuration.  Used in ipconfigUSE_DNS is set to 0, or\r
 ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */\r
-#define configIP_ADDR0         10\r
-#define configIP_ADDR1         10\r
-#define configIP_ADDR2         10\r
-#define configIP_ADDR3         200\r
+#define configIP_ADDR0         192\r
+#define configIP_ADDR1         168\r
+#define configIP_ADDR2         1\r
+#define configIP_ADDR3         51\r
 \r
 /* Default gateway IP address configuration.  Used in ipconfigUSE_DNS is set to\r
 0, or ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */\r
-#define configGATEWAY_ADDR0    10\r
-#define configGATEWAY_ADDR1    10\r
-#define configGATEWAY_ADDR2    10\r
+#define configGATEWAY_ADDR0    192\r
+#define configGATEWAY_ADDR1    168\r
+#define configGATEWAY_ADDR2    1\r
 #define configGATEWAY_ADDR3    1\r
 \r
 /* Default DNS server configuration.  OpenDNS addresses are 208.67.222.222 and\r
 208.67.220.220.  Used in ipconfigUSE_DNS is set to 0, or ipconfigUSE_DNS is set\r
 to 1 but a DNS server cannot be contacted.*/\r
-#define configDNS_SERVER_ADDR0         208\r
-#define configDNS_SERVER_ADDR1         67\r
-#define configDNS_SERVER_ADDR2         222\r
-#define configDNS_SERVER_ADDR3         222\r
+#define configDNS_SERVER_ADDR0         8\r
+#define configDNS_SERVER_ADDR1         8\r
+#define configDNS_SERVER_ADDR2         8\r
+#define configDNS_SERVER_ADDR3         8\r
 \r
 /* Default netmask configuration.  Used in ipconfigUSE_DNS is set to 0, or\r
 ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */\r
 #define configNET_MASK0                255\r
-#define configNET_MASK1                0\r
-#define configNET_MASK2                0\r
+#define configNET_MASK1                255\r
+#define configNET_MASK2                255\r
 #define configNET_MASK3                0\r
 \r
 /* The UDP port to which print messages are sent. */\r