From 26f2fe6ef76a24e7554481b6952486fb4fefbb83 Mon Sep 17 00:00:00 2001 From: Jakub Date: Sun, 1 Sep 2019 20:40:29 +0200 Subject: [PATCH] Set STATIC_IP_ADDRESS to 1 The RPP dont support DHCP to use dynamical address. Comments of define is updated to reflect actual status. --- src/include/arch/lwipopts.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/include/arch/lwipopts.h b/src/include/arch/lwipopts.h index a2b4f6bd..acc59d04 100644 --- a/src/include/arch/lwipopts.h +++ b/src/include/arch/lwipopts.h @@ -44,12 +44,11 @@ ** CONFIGURATIONS *****************************************************************************/ /* -** If Static IP address to be used, give it here. This value shall be 0 if -** dynamic IP address is to be used. -** For Example, for IP Address 192.168.247.1, use the corresponding hex -** value 0xC0A8F701. +** If Static IP address to be used, give here 1. IP address is used from RPP_IP_ADDR +** in eth.h file. This value shall be 0 if dynamic IP address is to be used. +** */ -#define STATIC_IP_ADDRESS 0 +#define STATIC_IP_ADDRESS 1 /***************************************************************************** ** lwIP SPECIFIC DEFINITIONS - To be used by lwIP stack -- 2.39.2