You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current git release provides the following examples sketches:
Out of them the following compile out of box:
WiFiClient
WiFiClientBasic
WiFiMilti
All other drop some errors.
For example, compilation of HTTPSReqest.ino fails as follows:
C:\Users\Krzysztof\Desktop\arduino-1.6.12\hardware\espressif\esp32\libraries\WiFi\examples\HTTPSRequest\HTTPSRequest.ino:15:30: fatal error: WiFiClientSecure.h: No such file or directory
#include <WiFiClientSecure.h>
^
compilation terminated.
Test was done using Arduino 1.6.12 portable.
If this is the case, then I would remove all the sketches that do not work.
This is not to confuse people that are testing this repository.
Krzysztof
The text was updated successfully, but these errors were encountered:
Hi,
Current git release provides the following examples sketches:
Out of them the following compile out of box:
All other drop some errors.
For example, compilation of HTTPSReqest.ino fails as follows:
Test was done using Arduino 1.6.12 portable.
If this is the case, then I would remove all the sketches that do not work.
This is not to confuse people that are testing this repository.
Krzysztof
The text was updated successfully, but these errors were encountered: