-
-
Notifications
You must be signed in to change notification settings - Fork 764
wireless tracker board file #1605
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
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: Brenton Poke <brentonpoke@outlook.com>
|
Will this be accepted and merged soon? While this doesn't happen is there a way to use this fork already by some custom config in platformio? I Tried every platformio.ini configuration combination possible and still couldn't make this work on a Heltec Wireless Tracker by using the fork, when building all types of errors come up and couldn't solve them. My platformio.ini: But when I run build in platformio, there is a error on pins_arduino.h Then if I provide a variants_dir with pins_arduino.h copyied from https://github.com/espressif/arduino-esp32 This error shows up: which seems to be a problem with the #define but idk what defines to put and i'm afraid that even if it compiles may give a incorrect configuration for this board. I really want to use platformio but right now this prevents me from using it to upload to board, while on arduino ide v2 works just fine. |
|
I think I'll have some bandwidth to get back to this soon, so I'll start looking into pins_arduino.h and see if there's a pinout that needs to be added. |
It seemed that #1148 was being held up due to the original contributor's unfamiliarity with git and lack of support upstream at espressif. But espressif has now added support from their side, so I think this board profile can go in Platformio. I just did the git grunt work but am unsure how to test it as they did with my fork. I'm allowing edits by maintainers in case they want to make any changes in my absence.