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
I was trying to include the ESP8266 InfluxDB Library on create.arduino.cc. When I tried to load the BasicWrite example on my Arduino MKR WiFi 1010 I got the following error message:
Using library esp8266_influxdb_3_2_0 at version 3.2.0 in folder: /home/builder/opt/libraries/latest/esp8266_influxdb_3_2_0
/home/builder/opt/libraries/latest/esp8266_influxdb_3_2_0/src/InfluxDbClient.cpp:27:10: fatal error: core_version.h: No such file or directory
#include<core_version.h>
^~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Did I forget some config or is this a known issue?
Best Wishes!
The text was updated successfully, but these errors were encountered:
Hello,
I was trying to include the ESP8266 InfluxDB Library on create.arduino.cc. When I tried to load the BasicWrite example on my Arduino MKR WiFi 1010 I got the following error message:
The text was updated successfully, but these errors were encountered: