Skip to content
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

pins_arduino.h missing #15

Open
maxholgasson opened this issue Dec 30, 2022 · 4 comments
Open

pins_arduino.h missing #15

maxholgasson opened this issue Dec 30, 2022 · 4 comments

Comments

@maxholgasson
Copy link

Hi,
I'm new into platform.io and tried to upload ESP32_Flasher. However I'm running into this error
fatal error: pins_arduino.h: No such file..
Do I need to add that into the ZBS_Flasher folder?

@atc1441
Copy link
Owner

atc1441 commented Dec 30, 2022

Hey.
That should not be needed.

It is enough to only open the ESP32_Flasher folder as a project in VSC Platformio

@maxholgasson
Copy link
Author

Mh ok, I tried it now a couple of times also with a fresh unpacked zip folder but still the same

In file included from C:/Users/atem/.platformio/packages/[email protected]/libraries/SPI/src/SPI.cpp:22:
C:/Users/atem/.platformio/packages/[email protected]/libraries/SPI/src/SPI.h:25:10: fatal error: pins_arduino.h: No such file or directory

Is there a difference between open it as aproject or just the folder?

@atc1441
Copy link
Owner

atc1441 commented Dec 30, 2022

Please try to create a completely new esp32 arduino project in Plattform iO to see if that part works.
Something like a simple blink sketch

@maxholgasson
Copy link
Author

maxholgasson commented Dec 30, 2022

Ok,
seems there is something wrong in my setup when building it for the lolin32 lite when building it for the following the build process works and I can upload it

[env:esp32dev]
platform = espressif32
framework = arduino
board = esp32dev
monitor_speed = 115200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants