Skip to content

Commit 989e1f4

Browse files
authored
Merge pull request #163 from tobiasschuerg/fix/readme_supported_devices
docs: more precise description of supported devices
2 parents 7ec6ff1 + c05ea16 commit 989e1f4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
- [#156](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/156) - Correctly rounding _writeBufferSize_, when _bufferSize/batchSize >= 256_.
1111
- [#162](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/162) - Fixed flushing of not full buffer after the flush timeout.
1212

13+
### Documentation
14+
- [#163](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/163) - More precise description of supported devices
15+
1316
## 3.8.0 [2021-04-01]
1417
### Features
1518
- [#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

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ Library supports both [InfluxDB 2](#basic-code-for-influxdb-2) and [InfluxDB 1](
88

99
This is a new implementation and the API, [original API](#original-api) is still supported.
1010

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.
1214

15+
This library doesn't support using those devices as a peripheral.
16+
17+
## Table of contents
1318
- [InfluxDB Arduino Client](#influxdb-arduino-client)
1419
- [Basic code for InfluxDB 2](#basic-code-for-influxdb-2)
1520
- [Basic code for InfluxDB 1](#basic-code-for-influxdb-1)

0 commit comments

Comments
 (0)