X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS-Plus%2FDemo%2FFreeRTOS_Plus_UDP_and_CLI_Windows_Simulator%2FFreeRTOSConfig.h;h=d61a38d00038b090463ab1d378f2a0ceea49154b;hb=b6731e2768d36eeefb287985bbb7c760f8d1c809;hp=a19cf46169da0f9b5bfa72c2015adcd5569ababe;hpb=f19e7ce9dd4720ebf8a53ade083f775b94ddd0db;p=freertos diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSConfig.h index a19cf4616..d61a38d00 100644 --- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSConfig.h +++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSConfig.h @@ -185,13 +185,16 @@ configNETWORK_INTERFACE_TO_USE to 2 results in the wireless network being used. */ #define configNETWORK_INTERFACE_TO_USE 4L +/* Only when using BufferAllocation_1.c. */ +#define configUSE_STATIC_BUFFERS 1 + /* The address of an echo server that will be used by the two demo echo client tasks. http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Ethernet_Examples/Common_Echo_Clients.shtml */ -#define configECHO_SERVER_ADDR0 10 -#define configECHO_SERVER_ADDR1 134 -#define configECHO_SERVER_ADDR2 134 -#define configECHO_SERVER_ADDR3 71 +#define configECHO_SERVER_ADDR0 172 +#define configECHO_SERVER_ADDR1 25 +#define configECHO_SERVER_ADDR2 218 +#define configECHO_SERVER_ADDR3 100 /* Default MAC address configuration. The demo creates a virtual network connection that uses this MAC address by accessing the raw Ethernet/WiFi data