Skip to content

compile example for ESP32 #5

Open
@tueddy

Description

@tueddy

Hi,

nice library!
With a small change you could compile on ESP32 also:
Just change the include to:

#ifdef ESP32 #include <WiFi.h> #else #include <ESP8266WiFi.h> #endif

Best Dirk

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions