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

Add option for disabling periodic telemetry and bump version #160

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AlexKlimaj
Copy link
Contributor

On 4 in 1 ESCs, enabling periodic telemetry on more than one ESC could damage MCUs. This adds a config option to disable this feature.

@@ -2,6 +2,6 @@
update this file for new releases
*/
#define VERSION_MAJOR 2
#define VERSION_MINOR 17
#define VERSION_MINOR 18
Copy link
Collaborator

Choose a reason for hiding this comment

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

version will only be incremented on release

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I would rather the release tag in main is bumped after the release. Then anything built on main you know is newer than the last release.

Right now, you build a binary from main, and it has the same 2.17 release name.

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

Successfully merging this pull request may close these issues.

2 participants