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

Jumper T14/T-Pro, T-Lite not logging when USB/VCP is connected, bug? #5549

Open
1 task done
Johanl1964 opened this issue Sep 19, 2024 · 2 comments
Open
1 task done
Labels
bug 🪲 Something isn't working triage Bug report awaiting review / sorting

Comments

@Johanl1964
Copy link

Is there an existing issue for this problem?

  • I have searched the existing issues

What part of EdgeTX is the focus of this bug?

Transmitter firmware

Current Behavior

When I connect USB/VCP (telemetry mirror) to Telemetry viewer there is no logging in the transmitter even though this is activated, when USB/VCP is not connected logging works as usual!

Expected Behavior

Would like to be able to log in as usual even though USB/VCP is connected

Steps To Reproduce

xx

Version

Nightly (Please give date/commit below)

Transmitter

Jumper T14

Operating System (OS)

Windows

OS Version

w10

Anything else?

x

@Johanl1964 Johanl1964 added bug 🪲 Something isn't working triage Bug report awaiting review / sorting labels Sep 19, 2024
@EdgeTX EdgeTX deleted a comment Sep 19, 2024
@3djc
Copy link
Collaborator

3djc commented Sep 19, 2024

Currently, sd logging is purposefully disabled when USB is plugged:

if (isFunctionActive(FUNCTION_LOGS) && logDelay100ms > 0 && !usbPlugged()) {

I need to investigate if it is possible to remove that limitation

@Johanl1964
Copy link
Author

Currently, sd logging is purposefully disabled when USB is plugged:

if (isFunctionActive(FUNCTION_LOGS) && logDelay100ms > 0 && !usbPlugged()) {

I need to investigate if it is possible to remove that limitation

Thanks, would be great if it can be solved! Even though you have an external USB device, there is still the need to be able to save the log on SD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working triage Bug report awaiting review / sorting
Projects
None yet
Development

No branches or pull requests

2 participants