File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## 3.13.2 [ 2024-06-04]
3+ ### Fixes
4+ - [ 236] ( https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/236 ) - Fix compilation problem on ESP32 Core 3.0.0
5+
26## 3.13.1 [ 2023-03-08]
37### Fixes
48- [ 210] ( https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/210 ) - Allow setting of options without previously set connection params
Original file line number Diff line number Diff line change 3333# include < ESP8266HTTPClient.h>
3434#elif defined(ESP32)
3535# include < HTTPClient.h>
36+ # include < WiFiClient.h>
37+ # include < WiFiClientSecure.h>
3638#else
3739# error "This library currently supports only ESP8266 and ESP32."
3840#endif
@@ -131,4 +133,5 @@ friend class Test;
131133 bool isConnected () const { return _httpClient && _httpClient->connected (); }
132134};
133135
134- #endif // _HTTP_SERVICE_H_
136+ #endif // _HTTP_SERVICE_H_
137+
You can’t perform that action at this time.
0 commit comments