Skip to content

Commit daf9cc6

Browse files
authored
docs: fixing required version of SDKs
1 parent e82eeb7 commit daf9cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Library supports both [InfluxDB 2](#basic-code-for-influxdb-2) and [InfluxDB 1](
1111
This is a new implementation and the API, [original API](#original-api) is still supported.
1212

1313
Supported devices:
14-
- 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.
15-
- 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.
14+
- ESP8266 with [Arduino core for ESP8266](https://github.com/esp8266/Arduino) at least version [3.0.2](https://github.com/esp8266/Arduino/releases/tag/3.0.2).
15+
- ESP32 with [Arduino core for the ESP32](https://github.com/espressif/arduino-esp32) at least version [2.0.2](https://github.com/espressif/arduino-esp32/releases/tag/2.0.2).
1616

1717
This library doesn't support using those devices as a peripheral.
1818

0 commit comments

Comments
 (0)