You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@
10
10
-[#156](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/156) - Correctly rounding _writeBufferSize_, when _bufferSize/batchSize >= 256_.
11
11
-[#162](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/162) - Fixed flushing of not full buffer after the flush timeout.
12
12
13
+
### Documentation
14
+
-[#163](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/163) - More precise description of supported devices
15
+
13
16
## 3.8.0 [2021-04-01]
14
17
### Features
15
18
-[#143](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/143) - `InfluxDBClient::setInsecure` now works also for ESP32. Requires Arduino ESP32 SDK 1.0.5 or higher
Copy file name to clipboardExpand all lines: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,13 @@ Library supports both [InfluxDB 2](#basic-code-for-influxdb-2) and [InfluxDB 1](
8
8
9
9
This is a new implementation and the API, [original API](#original-api) is still supported.
10
10
11
-
Supported devices: ESP8266 (2.7+) and ESP32 (1.0.3+).
11
+
Supported devices:
12
+
- ESP8266 with [Arduino core for ESP8266](https://github.com/esp8266/Arduino) at least version [2.7.4](https://github.com/esp8266/Arduino/releases/tag/2.7.4). Version [3.0.2](https://github.com/esp8266/Arduino/releases/tag/3.0.2) is recommended.
13
+
- ESP32 with [Arduino core for the ESP32](https://github.com/espressif/arduino-esp32) at least version [1.0.3](https://github.com/espressif/arduino-esp32/releases/tag/1.0.3). Version [2.0.0](https://github.com/espressif/arduino-esp32/releases/tag/2.0.0) is recommended.
12
14
15
+
This library doesn't support using those devices as a peripheral.
0 commit comments