Skip to content
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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Conversation

PhracturedBlue
Copy link
Contributor

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.

@@ -31,15 +28,20 @@
#define HAS_AUDIO_UART 1
#define HAS_MUSIC_CONFIG 1

#define TXTYPE ((char *)0x08003150)
Copy link
Contributor

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.

@Tygrys-1
Copy link

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.

@howard0su
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to 0x18 please

Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants