-
-
Notifications
You must be signed in to change notification settings - Fork 139
Added M17 packet and SMS messaging. #314
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
base: master
Are you sure you want to change the base?
Conversation
Added M17 Metatext. Fixed Module17 HMI button lockup.
CS7000 has insufficient memory for T9 dictionary.
Fix GNSS data reporting
Removed duplicate block in txState function.
|
Hi Rick,
Having separate pull requests will help me reviewing the code speeding up the merge process. Please make a commit for each logical change in the code and in the commit messages use a format like “make xyzzy do frotz” or “changed xyzzy to do frotz”. You can get an idea of the commit message format also by taking a look at the history of the main branch. Sorry for being a bit picky on this, but having a uniform code style and commit message style helps lowering the entry barrier for everyone willing to contribute. Thank you, |
Correct bit shift for speed upper byte
…mode This commit contains the original work on supporting sending and receiving metadata, both text and gnss, for the M17 mode. This was included as part of a larger PR OpenRTX#314 which the lead requested be split up, with the first PR focusing on this feature alone. This change was created by taking 23d8034 and picking over only files, and in some case sections of files, in order for the metadata features to function. It has generally been tested to ensure that the picking was done properly, but further verification of the intended functionality has not taken place as part of this commit. Co-authored-by: Rick <[email protected]> Co-authored-by: Jim Ancona <[email protected]> Co-authored-by: Wojciech Kaczmarski <[email protected]>
Corrected callsign encoding to handle ALL/Broadcast addressing properly.
Commented out include line used for debugging.
LED will blink yellow when valid GNSS is sent.
Added M17 Metatext.
Fixed Module17 HMI button lockup.