-
Notifications
You must be signed in to change notification settings - Fork 893
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
Added triple-press GPS toggle button changes for select ESP32 devices #2617
Conversation
🤖 Pull request artifacts
|
extensions.json should probably not be included in this commit as it removes trunk extension recommendation. However I have a similar issue in vscode... it permanently changes extensions.json and add it's own stuff. |
.vscode/extensions.json
Outdated
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.
Lets undo this file's changes. Otherwise, looks good.
Is it possible to disable/prevent this from occuring?
Tony
…________________________________
From: Manuel ***@***.***>
Sent: Monday, July 17, 2023 05:30
To: meshtastic/firmware ***@***.***>
Cc: tropho23 ***@***.***>; Author ***@***.***>
Subject: Re: [meshtastic/firmware] Added triple-press GPS toggle button changes for select ESP32 devices (PR #2617)
extensions.json should probably not be included in this commit as it removes trunk extension recommendation.
However I have a similar issue in vscode... it permanently changes extensions.json and add it's own stuff.
—
Reply to this email directly, view it on GitHub<#2617 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQ7GUPUPWZXKSERPA6QJPHTXQUA4HANCNFSM6AAAAAA2MLKSQI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
It has been specifically included by the .gitignore file along with a few other files in that directory, but the rest of .vscode is ignored. |
Added triple-button press to disable GPS power for the below targets:
I have tested all of these changes on real hardware with no issues noted.
We could extend this to older ESP32 devices, but I don't have really old Tlora boards (v1/v2) to test. The above list, plus the existing triple-button press already implemented for T-Beam v1.1 should cover the vast majority of users.
This does not affect RAK boards, where toggling 3v3_S (by shorting IO2 to GND) disables power to ALL modules, not just GPS. I may submit another PR for consideration to address that.