-
-
Notifications
You must be signed in to change notification settings - Fork 700
ttgo-lora32-v2: pins_arduino.h: missing #344
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
Comments
Confirming same issue for me. Selecting
|
Looks like the variant for this board hasn't been released yet, so as a temporary workaround please use |
Looks like something went wrong with the pull request for this board. It has the updated pins_arduino.h but |
I just noticed the same thing. |
@valeros - Can you remove the board request label from this issue since the board has already been added, just not properly. |
is there something I can do to have this faster available? I would need the pin definition for my next project. |
@peterus just override the PIN definitions at the head of your file like I've shown above. I don't recall how many changes there were but you can reference pins_arduino.h for the correct definitions and redefine any pins you are using in your project.
|
this is not a solution for me as i am sharing the project and a lot of people are depending on it. I could also overwrite the pin definitions directly in code, but this is also not nice if it can be done in the framework which is than working for everybody and every project in the future. |
+1 to get this board added correctly. Is there another repo we should be commenting on? |
I am facing the same issue. |
My Solution for that:
|
I'm having this issue too |
For my TTGO T3_V1.6 (supposedly a v2); the above with |
I'm having this same issue with a Wemos D1 R2 (Uno-like board, not mini). |
I am trying to compile my code for ttgo-lora32-v2, but it looks like there is an issue with a missing pins_arduino.h:
If i compile for ttgo-lora32-v1, it is working as expected but not for the ttgo-lora32-v2. If i take a look into
~/.platformio/packages/framework-arduinoespressif32/variants
i can see that the folder is missing. After a deinstall and install of the framework, there is no change.The text was updated successfully, but these errors were encountered: