I have new project created taking code from SecureWrite.ino exapmle in Platformio (Core 6.1.6·Home 3.4.3)
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps = tobiasschuerg/ESP8266 Influxdb@^3.13.1
Compliation gives an error:
.pio/libdeps/esp32dev/ESP8266 Influxdb/src/query/FluxTypes.h:114:15: error: field 'value' has incomplete type 'tm'
Any idea to resolve this issue?