arduino-libraries/Arduino_NiclaSenseEnv

`#include` statements do not refer to the correct library name

Closed this issue · 0 comments

According to the library.properties file, the library name (as it will be listed for end users in the IDE) is Arduino_NiclaSenseEnv

name=Arduino_NiclaSenseEnv

However, the examples refer to #include "NiclaSenseEnv.h" not #include "Arduino_NiclaSenseEnv.h"

It is possible that during library development the --library .\ directive was used to compile the sketches.