We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023a18a commit fa3e67aCopy full SHA for fa3e67a
examples/PlatformIO_BasicWrite/platformio.ini
@@ -13,4 +13,5 @@ platform = espressif32
13
board = esp32dev
14
framework = arduino
15
lib_deps =
16
- tobiasschuerg/ESP8266 Influxdb @ 3.9.0
+ https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git
17
+ ;tobiasschuerg/ESP8266 Influxdb @ 3.9.0
platformio.ini
@@ -15,6 +15,7 @@ monitor_filters = time
build_flags =
-D CORE_DEBUG_LEVEL=0
18
19
20
[esp32_common]
21
platform = espressif32
0 commit comments