-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add ThermoPro TP28b #2882
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
Add ThermoPro TP28b #2882
Conversation
src/devices/thermopro_tp28b.c
Outdated
|
||
#include "decoder.h" | ||
|
||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When using helper functions this line needs to be:
/** @fn int thermopro_tx2c_decode(r_device *decoder, bitbuffer_t *bitbuffer)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. And I changed the function name 😄
Looks really good to me. |
resolve #2877