esp_wifi_repeater
esp_wifi_repeater copied to clipboard
extender only ?
Hi, i would like to use esp8266 to extend my wifi network but with the same network as my router... actually esp wifi repeater act as a dhcp.. but i want that the dhcp will be my router.. is it possible to do that ? disable dhcp from esp_wifi_repeater ? thanks regards
This is transparent bridge mode that you want and as far as I can tell it is a hardware limitation of the ESP8266 and it cannot do that. It's a good thing to desire though transparent bridge mode is far better...
Thanks G2G2G2..