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
Description
The library.properties file is used in the CI system.
Today I had a typo (case mismatch) in the field: includes=DHT.h which should be includes=dht.h
It took a while to find the root cause as the error message just said "#include <dht.h> not found.
The very same sketch compiled perfect in the IDE for years so that made me wonder.
Solutions
a better error message why the #include is not found, e.g. what is expected.
a script that verifies the fields of the library.properties file.
All mandatory fields are available and correct?
document this problem in an FAQ for known error messages
...
The text was updated successfully, but these errors were encountered:
Description
The library.properties file is used in the CI system.
Today I had a typo (case mismatch) in the field: includes=DHT.h which should be includes=dht.h
It took a while to find the root cause as the error message just said "#include <dht.h> not found.
The very same sketch compiled perfect in the IDE for years so that made me wonder.
Solutions
All mandatory fields are available and correct?
The text was updated successfully, but these errors were encountered: