matthias-bs / Bresser_Weather_Sensor_CC1101_MQTT

Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver based on CC1101 and ESP32/ESP8266 - provides data via secure MQTT [deprecated]
MIT License
4 stars 2 forks source link

Proper location / include mechanism for WeatherSensorCfg.h? #2

Closed matthias-bs closed 2 years ago

matthias-bs commented 2 years ago

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?

matthias-bs commented 2 years ago

Moved issue to https://github.com/matthias-bs/BresserWeatherSensorLib/issues/1