The WiFiSecureClient is crashes during the connection establishment if used together with this library. Im using it on a NodeMCU esp8266.
Its related to this part:
#if ARDUINO_VERSION <= 106
// "yield" is not implemented as noop in older Arduino Core releases, so let's define it.
// See also: https://stackoverflow.com/questions/34497758/what-is-the-secret-of-the-arduino-yieldfunction/34498165#34498165
void yield(void) {};
#endif
If i remove the function definition it works correctly.
Please consider to refactor your solution.
Thanks in advance.
The WiFiSecureClient is crashes during the connection establishment if used together with this library. Im using it on a NodeMCU esp8266.
Its related to this part:
If i remove the function definition it works correctly.
Please consider to refactor your solution.
Thanks in advance.