-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Making meshtastic-dr-dev E22-900M22S/M30S work alternately #1878
Conversation
🤖 Pull request artifacts
|
It is failing a check relating to the Screen.h constructor in src/graphics, may be due to the inclusion of HAS_SCREEN 0 in the variant file. Not sure how to fix that, but I'd like to get this merged so I no longer have to deal with developing on my personal repo's master branch. |
These stub constructors are a shim to make the compiler happy. the declaration is 'not clean' cause it doesn't matter anyway. it's indeed the NO_SCREEN setting. Trying to make cppcheck not compain any more. |
Reorganized my variant.h file so pins shared in common are at the top of the file, and the module-specific pins are in their own blocks.
Currently the M22S is initialized and can transmit.