Chat here about code rewrites, mods, etc... with respect to the github project https://github.com/esp8266/Arduino

Moderator: igrr

User avatar
By registry
#91407 Hello Community!

Let me interpret my case!

I try to get working the wifimulti and ESP8266WebServerSecure example codes together without success on platformio.

I would like to ask one(or more) of my ESP8266-12F (ESP8266EX) mates to reproduce the issue, to make me sure is it a bug, or I'm so noob.

Here are my versions:
Code: Select allPLATFORM: Espressif 8266 (2.6.3) > Espressif ESP8266 ESP-12E
HARDWARE: ESP8266 80MHz, 80KB RAM, 4MB Flash
PACKAGES:
 - framework-arduinoespressif8266 3.20704.0 (2.7.4)
 - tool-esptool 1.413.0 (4.13)
 - tool-esptoolpy 1.30000.201119 (3.0.0)
 - toolchain-xtensa 2.40802.200502 (4.8.2)


I have the following symptomes:
-I have no error or warning during compile time. the start is ok, DHCP assign me valid and correct ip address.
HTTPS timeouts, but If i implement a parallel HTTP server it is ok for http only (Eg secure redirect purposes)
When I roll back to only 1 single AP, the HTTPS server works flawlessly. So the two library works great if they are divided, but the combination of them give me headaches.

Can somebody confirm me this behaviour?
Additionally, I'm relatively new. If it is bug, Where should I report it (link)?

Thank's, Registry