esp32_nat_router icon indicating copy to clipboard operation
esp32_nat_router copied to clipboard

change name of nat router

Open carmize opened this issue 1 year ago • 1 comments

How do i change the name of web page "esp32 nat config" to a name which i want?

carmize avatar Jun 20 '24 22:06 carmize

Edit this file.

$ grep -rn "Router Config" *
main/pages.h:67:<h1>ESP32 NAT Router Config</h1>\
main/pages.h:72:document.body.innerHTML ='<h1>ESP32 NAT Router Config</h1>The new settings have been sent to the device.<br/>The page will refresh soon automatically...';\
main/pages.h:233:<h1>ESP32 NAT Router Config</h1>\
main/pages.h:238:document.body.innerHTML ='<h1>ESP32 NAT Router Config</h1>The new settings have been sent to the device.<br/>The page will refresh soon automatically...';\

nopnop2002 avatar Jul 22 '25 06:07 nopnop2002