Skip to content

70% of example sketches fail to compile #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
krzychb opened this issue Oct 8, 2016 · 2 comments
Closed

70% of example sketches fail to compile #12

krzychb opened this issue Oct 8, 2016 · 2 comments

Comments

@krzychb
Copy link

krzychb commented Oct 8, 2016

Hi,

Current git release provides the following examples sketches:

new picture

Out of them the following compile out of box:

  1. WiFiClient
  2. WiFiClientBasic
  3. 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

@me-no-dev
Copy link
Member

done! fixed a couple to work ;)

@krzychb
Copy link
Author

krzychb commented Oct 8, 2016

@me-no-dev,
Congratulations on first closure of issue report!
And what an amazing speed 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants