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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: