-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update Heltec_T190 and E290 #8768
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: develop
Are you sure you want to change the base?
Conversation
| moduleConfig.canned_message.inputbroker_pin_a = ROTARY_A; | ||
| moduleConfig.canned_message.inputbroker_pin_b = ROTARY_B; | ||
| moduleConfig.canned_message.inputbroker_pin_press = ROTARY_PRESS; | ||
| moduleConfig.canned_message.inputbroker_event_cw = meshtastic_ModuleConfig_CannedMessageConfig_InputEventChar(28); |
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.
I'm not sure if it's a good idea to hard-code these pin values into the firmware. These input pins are configurable for a reason. If they are hard-coded they cannot be used for sth different (e.g. detection sensor).
Instead these values should be configured via app or CLI.
| * GPS pins | ||
| */ | ||
|
|
||
| #define GPS_L76K |
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.
Heltec vision master doesn't have a built-in GPS so the default should always be not present.
#define GPS_DEFAULT_NOT_PRESENT 1
| /* | ||
| * GPS pins | ||
| */ | ||
| #define GPS_L76K |
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.
Heltec vision master doesn't have a built-in GPS so the default should always be not present.
#define GPS_DEFAULT_NOT_PRESENT 1
Hello everyone, I have updated the GPS and rotary encoder configuration for the Heltec-T190, and also added GPS adaptation support for the Heltec-E290.
Update Summary:
Testing Status:
Successfully tested GPS positioning functionality on actual Heltec-T190 hardware
Verified operation response of the rotary encoder on T190
Completed basic GPS module functionality testing for E290
[√] I have tested that my proposed changes behave as described.
[√] I have tested that my proposed changes do not cause any obvious regressions on the following devices: