ZBS_Flasher
ZBS_Flasher copied to clipboard
pins_arduino.h missing
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?
Hey. That should not be needed.
It is enough to only open the ESP32_Flasher folder as a project in VSC Platformio
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?
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
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