-
Notifications
You must be signed in to change notification settings - Fork 155
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
Unified t8sg #771
base: master
Are you sure you want to change the base?
Unified t8sg #771
Conversation
@@ -31,15 +28,20 @@ | |||
#define HAS_AUDIO_UART 1 | |||
#define HAS_MUSIC_CONFIG 1 | |||
|
|||
#define TXTYPE ((char *)0x08003150) |
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.
please add comment on this variable. it will be hard to figure out the meaning via the name without the context of bootloader.
The transmitter log file header should be changed from 7e to other value distinct for each version of T8SG as they have different number of switches and because of this different log file structure. |
I think you are talking about #452 |
#ifndef _T8SG_TARGET_H_ | ||
#define _T8SG_TARGET_H_ | ||
#ifndef _T8SG_V2_PLUS_TARGET_H_ | ||
#define _T8SG_V2_PLUS_TARGET_H_ | ||
|
||
#define TXID 0x7e |
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.
Change to 0x18 please
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.
Change to 0x18 for v1 and 0x28 for v2.
…uration to be enaled/disabled dynamically
3cfaac6
to
253c8fc
Compare
This will move the original t8sg target to t8sg_v1. The new 't8sg' target will only work with the new bootloader. When complete any Jumper tx with the new bootloader will be able to load the t8sg target and the firmware will figure out what model is in use and configure appropriately.