beckdac / ESP8266-transparent-bridge

Absolutely transparent bridge for the ESP8266
GNU General Public License v2.0
367 stars 95 forks source link

How to change soft ap ipaddress #17

Closed dogrocker closed 9 years ago

dogrocker commented 9 years ago

I want to change default IP address of soft AP now it 192.168.4.1

How can I change it to 192.168.5.1 or something I want?

Thanks.

fvpalha commented 9 years ago

Hi.

I think that is defined on external library "esp-lwip" (https://github.com/kadamski/esp-lwip). The SDK have the file "C:\Espressif\ESP8266_SDK\lib\liblwip.a"

beckdac commented 9 years ago

I have not been able to find a solution to this. As @fvpalha mentioned, this is API dependent.