Apollon77 / I2CSoilMoistureSensor

Simple Arduino Library for the I2C Soil Moisture Sensor version from Chirp (https://github.com/Miceuz/i2c-moisture-sensor)
MIT License
73 stars 27 forks source link

PlatformIO GCC error in Linter #13

Closed genestealer closed 6 years ago

genestealer commented 7 years ago

For some reason, GCC error is giving an error in Linter.

I2CSoilMoistureSensor.h: No such file or directory

However the program is still compiling and working fine, but the error is of annoyance.

Info: I2CSoilMoistureSensor has been added in the project PlatformIO Library Manager as per instructions: http://platformio.org/lib/show/294/I2CSoilMoistureSensor/examples

platform.ini

[env:nodemcuv2]
platform = espressif8266_stage
board = nodemcuv2
framework = arduino
lib_deps = PubSubClient, ArduinoJson, I2CSoilMoistureSensor

Any ideas how I can debug this?

Apollon77 commented 7 years ago

Hi,

sorry, but because I personally do not use PlatformIO I have no idea how to help here ...