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: Configurable UPLINK_ENABLED and DOWNLINK_ENABLED in userPrefs.h #5120

Merged
merged 3 commits into from
Oct 23, 2024

Conversation

panaceya
Copy link
Contributor

Example usage in userPrefs.h (depended on channel count):

#define USERPREFS_CHANNEL_0_UPLINK_ENABLED true
#define USERPREFS_CHANNEL_0_DOWNLINK_ENABLED true

#define USERPREFS_CHANNEL_1_UPLINK_ENABLED true
#define USERPREFS_CHANNEL_1_DOWNLINK_ENABLED true

#define USERPREFS_CHANNEL_2_UPLINK_ENABLED true
#define USERPREFS_CHANNEL_2_DOWNLINK_ENABLED true

@thebentern thebentern requested a review from jp-bennett October 22, 2024 21:22
@thebentern thebentern merged commit 57667f1 into meshtastic:master Oct 23, 2024
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants