ZBS_Flasher icon indicating copy to clipboard operation
ZBS_Flasher copied to clipboard

pins_arduino.h missing

Open maxholgasson opened this issue 2 years ago • 4 comments

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?

maxholgasson avatar Dec 30 '22 15:12 maxholgasson

Hey. That should not be needed.

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

atc1441 avatar Dec 30 '22 15:12 atc1441

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?

maxholgasson avatar Dec 30 '22 16:12 maxholgasson

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

atc1441 avatar Dec 30 '22 16:12 atc1441

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

maxholgasson avatar Dec 30 '22 16:12 maxholgasson