-
Notifications
You must be signed in to change notification settings - Fork 42
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
USB Serial modes #436
base: master
Are you sure you want to change the base?
USB Serial modes #436
Conversation
I get this one: /home/lmeier/Projekte/openix6/opentx.wmgit/radio/src/translations.cpp:436:34: error: 'TR_USB_TELEMETRY' was not declared in this scope; did you mean 'STR_USB_TELEMETRY'? |
It is only for EN at the moment. I need to add rest of the translations. |
@wimalopaan it should compile now without errors. |
Oh yes, it does! Thank you. |
Take your time :) |
Enables USB Serial mode forced to Telemetry mirror, or debug output in DEBUG builds.
Closes #415