Skip to content

70% of example sketches fail to compile #12

Closed
@krzychb

Description

@krzychb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions