Added support for solight TE44 in weather station app. #285
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's new
Hello,
I've noticed the weather station app doesn't support the Solight TE44 weather station. Since the feature was present (and then removed) in the SubGhz app in the momentum firmware, I copied it from there (https://github.com/Next-Flip/Momentum-Firmware/blob/2a5679dd09f09c7b21a6a76c3bd953aae0d6b2a5/lib/subghz/protocols/solight_te44.c#L108)
It's my first PR in this repo and I don't want to break any rules. Please let me know if there is anything I should fix or improve.
Verification
If you don't have a compatible weather station available, just send the following RAW data using an other flipper device:
The data should decode to 22.2⁰C
Checklist (For Reviewer)