Search found 5 matches
- Sat Oct 08, 2016 4:06 pm
- Forum: ESP8266 SDK
- Topic: When does wifi_set_opmode fail and return error?
- Replies: 0
- Views: 2277
When does wifi_set_opmode fail and return error?
I am wondering under what conditions does wifi_set_opmode fail? I have a problem to switch from STATION mode to STATION+AP after the module runs for a while, trying to debug why. It seems to work for a short while after powering up the module for me, then it fails. Should there be something to be co...
- Mon Sep 12, 2016 11:55 pm
- Forum: ESP8266 SDK
- Topic: Does NON-OS SDK 2.0.0 come with mbedTLS or axTLS?
- Replies: 4
- Views: 5269
Re: Does NON-OS SDK 2.0.0 come with mbedTLS or axTLS?
Thanks,
that answers my questions and was my expectation as well.
that answers my questions and was my expectation as well.
- Mon Sep 12, 2016 4:56 pm
- Forum: ESP8266 SDK
- Topic: Does NON-OS SDK 2.0.0 come with mbedTLS or axTLS?
- Replies: 4
- Views: 5269
Does NON-OS SDK 2.0.0 come with mbedTLS or axTLS?
Does NON-OS SDK 2.0.0 come with mbedTLS or axTLS?
I see that mbedTLS is available as separate module, but am not sure id SDK 2.0.0 uses axTLS vs mbed TLS
Thanks
I see that mbedTLS is available as separate module, but am not sure id SDK 2.0.0 uses axTLS vs mbed TLS
Thanks
- Tue Aug 11, 2015 1:17 am
- Forum: Report Bugs
- Topic: Memory Leak/Usage
- Replies: 31
- Views: 32137
Re: Memory Leak/Usage
The patch fixes the issue and all works as expected, thanks!
- Mon Aug 10, 2015 2:28 pm
- Forum: Report Bugs
- Topic: Memory Leak/Usage
- Replies: 31
- Views: 32137
Re: Memory Leak/Usage
I can confirm the exact same: I am running MQTT over TLS and esphttpd over non-TLS connection. As of SDK 1.2 the disconnect callback on non-TLS connections (esphttpd) is broken and if there is a SSL connection active (MQTT in my case). As a result, there is a memory leak introduced. If I run the MQT...