-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
feat: Add board revisions V1/V2/V3 to Heltec Wireless Stick #9205
Conversation
👋 Hello matthias-bs, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
@matthias-bs would be also good to have the V1 added to the revisions. |
This is going to be more complicated, because of a different pinning according to https://docs.heltec.cn/en/node/esp32/hardware_update_log.html, but I'll do this. |
@P-R-O-C-H-Y I'm done now. I'd like to squash those commits and fix the messages according to the rules, but I don't know how to do this. |
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.
@matthias-bs PTAL.
Checklist
Description of Change
Added two board revisions to Heltec Wireless Stick. Both revisions differ only in the on-board LoRa Transceiver: V2 - SX1276 / V3: SX1262. The modification allows to select the matching driver code according to the define selected with the board revision.
Tests scenarios
Tested with Arduino IDE V2.2.1.
The pragma message showed that the desired code section was selected.
Related links