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

OLED_ can be configured via userPrefs.h #4624

Merged
merged 2 commits into from
Sep 12, 2024
Merged

Conversation

panaceya
Copy link
Contributor

@panaceya panaceya commented Sep 4, 2024

PR provides new functionality that allows this user to find the OLED display settings through the userPrefs.h file, instead of editing the variant/*/platformio.ini. This simplifies the configuration process and allows you to save your own settings together in a separate configuration file.

example userPrefs.h:

#ifndef _USERPREFS_
#define _USERPREFS_

#define OLED_UA

#endif

@CLAassistant
Copy link

CLAassistant commented Sep 4, 2024

CLA assistant check
All committers have signed the CLA.

@thebentern thebentern merged commit 910b6b7 into meshtastic:master Sep 12, 2024
102 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.

3 participants