Page 1 of 1

change the default port 80 in esp easy [SOLVED]

Posted: 21 Jul 2016, 19:46
by rajbadri
is it possible to change the default port 80 in esp easy.

Re: esp-easy port 80

Posted: 23 Jul 2016, 00:34
by nonflammable
https://github.com/ESP8266nu/ESPEasy/bl ... SPEasy.ino
line: 250 (R113)
// WebServer
ESP8266WebServer WebServer(80);

edit this file and compile Your own version

instructions:
http://www.esp8266.nu/index.php/Tutoria ... are_Upload
and forum:
http://www.esp8266.nu/forum/search.php?keywords=compile

Re: esp-easy port 80

Posted: 23 Jul 2016, 05:42
by rajbadri
Thanks

Re: change the default port 80 in esp easy [SOLVED]

Posted: 23 Jul 2016, 09:37
by tozett
i would put this config-option on the wishlist. http://www.esp8266.nu/forum/viewtopic.p ... t=wishlist
another 'easy' improvement