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
In file included from c:\Users\Admin\Documents\Arduino\libraries\ESP8266_Influxdb\src\HTTPService.cpp:3:0:
c:\Users\Admin\Documents\Arduino\libraries\ESP8266_Influxdb\src\Platform.h:15:34: fatal error: esp_arduino_version.h: No such file or directory
compilation terminated.
exit status 1
Compilation error: exit status 1
Of course happy to be corrected, but i believe it's lacking in the package of the heltec Wifikit installer.
The text was updated successfully, but these errors were encountered:
Compiling any example of the Arduino influxdb library leads to the following error with the heltec boards using this framework here.
Library using: https://www.arduino.cc/reference/en/libraries/esp8266-influxdb/
Using a WifiKit32 (V2) here.
In file included from c:\Users\Admin\Documents\Arduino\libraries\ESP8266_Influxdb\src\HTTPService.cpp:3:0:
c:\Users\Admin\Documents\Arduino\libraries\ESP8266_Influxdb\src\Platform.h:15:34: fatal error: esp_arduino_version.h: No such file or directory
compilation terminated.
exit status 1
Compilation error: exit status 1
Of course happy to be corrected, but i believe it's lacking in the package of the heltec Wifikit installer.
The text was updated successfully, but these errors were encountered: