mirror of https://github.com/arendst/Tasmota.git
fix esp32 core 3.0.0 compile (#21112)
This commit is contained in:
parent
2128dfbade
commit
e149a0399e
|
@ -24,6 +24,7 @@
|
|||
#include <Arduino.h>
|
||||
#ifdef ESP32
|
||||
#include <HTTPClient.h>
|
||||
#include <WiFi.h>
|
||||
#else
|
||||
#include <ESP8266HTTPClient.h>
|
||||
#endif
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include <Arduino.h>
|
||||
#ifdef ESP32
|
||||
#include <HTTPClient.h>
|
||||
#include <WiFi.h>
|
||||
#else
|
||||
#include <ESP8266HTTPClient.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue