Horacio

Results 6 issues of Horacio

I had to add a try-catch block in this module and throw an exception to handle case when Smartconfig is not successful : try{ for (IEsptouchResult resultInList : result) {...

Hi, I see in ESP8266MQTTClient.cpp the following memory allocations for in and out buffers: _state.in_buffer = (uint8_t *)malloc(DEFAULT_MQTT_BUFFER_SIZE_BYTES); if(_state.in_buffer == NULL) { LOG("Not enought memory\r\n"); return false; } _state.in_buffer_length =...

Hi, I see there's no option for sending a disconnect packet to broker. This can be useful for sharing same broker connections among clients. My 2 cents: In ESP8266MQTTClient.cpp add:...

Hi, I was wondering if it is possible to add ssl library to your minimalistic SDK, or to WebESP. Thks, rgds.

Hi Victor, thks for your last reply. Now I am trying to access webserver from external IP address. Did port forwarding in my router but still get error: 111 connection...

Hi pvvx I want to say thank you for this great piece of work. It's awesome! ... but also it's complicated. Perhaps you can give me a hand, i want...