-
Notifications
You must be signed in to change notification settings - Fork 212
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
Support for TTGO-LoRa32-v2.1.6 #692
Conversation
also tested with platformio. Its mandatory to run
|
@ChrSchultz thanks for your contribution. Can you please figure out how to make the esp32 CI build? I don't use either esp32 or platformio, so I need help from contributors on this. Thanks, |
The ci test fails, due to FILEMIN Macro... |
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.
Thanks for your contribution. Please see the comments. Best regards, --Terry
src/hal/getpinmap_thisboard.cpp
Outdated
#elif defined(ARDUINO_MCCI_CATENA_4802) | ||
return GetPinmap_Catena4802(); |
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.
Why are these deleted? Merge conflict?
@@ -0,0 +1,67 @@ | |||
|
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.
Please look at the changes I made for #736 -- it turns out that compilers don't actually do a great job of discarding vtables, so we need to condition this module compilation on defined(ARDUINO_TTGO_LoRa32_v21new)
.
@@ -0,0 +1,67 @@ | |||
|
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.
The module should have a simple descriptive header to match the other files in this group.
Thanks, merged with cosmetic changes. |
Added configuration for TTGO-LoRa32-v2.1.6;
works with latest arduino-esp32 package for Arduino. (esp32 Version >=1.0.5).
I've tested