Jiri Bilek
Jiri Bilek
The WiFiSPIServer class allows only one incoming connection, although ESP8266 has no such limitation (in fact, there is obviously an limitation but is higher than one) . The limit is...
Calling onboard LED initialization on start.
Hi, I tried the basicSample application in hope it would not lose the connection to the mqtt broker as my app using the original service did. Unfortunately, I am losing...
Fixes the https://github.com/esp8266/Arduino/issues/8692 Fixes the incorrect behavior of WiFiClientSecure.remoteIP(), .remotePort(), .localIP(), .localPort().
### Basic Infos - [x] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md). - [x] I have read the documentation at [readthedocs](https://arduino-esp8266.readthedocs.io/en/latest) and the issue is not addressed there. -...
So far, the version 0.3.x was compiled with the old core v. 2.7.4. The current core 3.0.2 introduced some breaking changes. This issue will address them. 1. ESP_ATMod does not...
Hi, I tried the Simple_RX_TX example (with changed length of the packet to 56 bytes) on Arduino Nano and the app sent only one packet and then froze with full...