matthias-bs/Bresser_Weather_Sensor_CC1101_MQTT

Proper location / include mechanism for WeatherSensorCfg.h?

Closed this issue · 1 comments

WeatherSensorCfg.h should be modified for a specific sketch and therefore not be located in the library path, but it has to be included both in the sketch and in the library.
Unfortunately, it is not found when the preprocessor tries to include it in the library (WeatherSensor.h).
Any suggestions?