Topic: ESP32
Do you have any plans for adding the esp32 to the compatible boards?
Please
You are not logged in. Please login or register.
RemoteXY community → Ideas and suggestions → ESP32
Do you have any plans for adding the esp32 to the compatible boards?
Please
Edit: see next post.
But I agree that a official support is always better
Доброго времени суток. По теме esp32 у меня ESP32 DOIT DEVKIT V1. Удалил #включить <ESP8266WiFi.ч> и не компилируется. Подскажите пожалуйста в чем проблема.
Доброго времени суток. По теме esp32 у меня ESP32 DOIT DEVKIT V1. Удалил #включить <ESP8266WiFi.ч> и не компилируется. Подскажите пожалуйста в чем проблема.
Welcome
Replace with
#include <WiFi.h>
Or better:
#if defined(ESP8266)
#include <ESP8266WiFi.h>
#else
#include <WiFi.h>
#endif
RemoteXY community → Ideas and suggestions → ESP32
Powered by PunBB, supported by Informer Technologies, Inc.