ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By JohnFL
#35376 Hello,

First of all thank you very much for posting this project it is HIGHLY appreciated.

I've been able to compile other versions before and now I'm trying compile the OTA version of the project, from what I understand by using the parameter OTA=true will compile with OTA support, is this correct? When I do this I get everything ok except the very concerning warning highlighted below.

I'm using an ESP-12 and I haven't modified the cloned project directly from GIT so not sure what is going on. ANY HELP will be highly appreciated.

John


parallels@ubuntu:~/web/esphttpd$ make OTA=true flash
make[1]: Entering directory `/home/parallels/web/esphttpd/libesphttpd'
AR libesphttpd.a
style.css (78%, heatshrink)
websocket/index.html (52%, heatshrink)
led.tpl (84%, heatshrink)
wifi/icons.png (100%, none)
wifi/connecting.html (61%, heatshrink)
wifi/style.css (73%, heatshrink)
wifi/wifi.tpl (55%, heatshrink)
wifi/140medley.min.js (74%, heatshrink)
cats/cross-eyed-cat.jpg (100%, none)
cats/junge-katze-iv.jpg (100%, none)
cats/kitten-loves-toy.jpg (100%, none)
index.tpl (75%, heatshrink)
make[1]: Leaving directory `/home/parallels/web/esphttpd/libesphttpd'
AR build/httpd_app.a
GEN ldscript_memspecific.ld
LD build/httpd.out
/opt/Espressif/crosstool-NG/builds/xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld:ldscript_memspecific.ld:1: warning: redeclaration of memory region `irom0_0_seg'
FW firmware
Connecting...
Erasing flash...
Wrote 37888 bytes at 0x00000000 in 1.1 seconds (276.0 kbit/s)...
Erasing flash...
Wrote 175104 bytes at 0x00040000 in 5.1 seconds (274.8 kbit/s)...

Leaving...