-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried to use the updated payload bresser.cpp to correct no rain stats, now doesnt complile #119
Comments
Hi @mczakk, the first issue I see is
which shows that you are using RadioLib and MCCI_LoRaWAN_LMIC_library in the same sketch! I don't know why this happens, but this won't work! For the other topic:
It looks as if you are using some rather old stuff, or a weird mixture of different versions. The way you are using the structure dates back prior to changes made in matthias-bs/BresserWeatherSensorReceiver@caac416 (27 Oct 2023). Looking at package.json, you always see a consistent set of library versions which is known to work. |
yes, i probably have old stuff that was based on BresserWeatherSensorTTN as i havent updated it since the discovery that the rain statistyics were not working properly. Many Thanks |
Hi Matthias, I saw that you had updated the payload_bresser.cpp to correct the rain stats issue, so i re installed the bresserweathersensor library. now my old .ino code does not compile at all, looking at the code, have you changed the weathersensor.h file, as the structures seem different and my code fails on those structures!
edited to add the error messages:
The text was updated successfully, but these errors were encountered: