You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
esp32 dev module is connected to 4 relays and 4 push buttons.
Hardware Configuration
nothing else is connected to the dev board
Version
latest master (checkout manually)
IDE Name
VSCode with PlatformIO IDE
Operating System
Windows 11
Flash frequency
40mhz
PSRAM enabled
yes
Upload speed
115200
Description
I am a beginner to esp32. Currently trying to build some standard projects to get a better understanding on how things actually works. I was working on a basic relay interfacing project which takes inputs from the web server as well as from four push buttons.
But my code is not compiling and I think its a problem with the libraries
ERROR I am getting (attached .txt file)
Note: These libraries are not included in the platformIO repo and I have to include them using the link:
you have mixed versions of this repo. PlatformIO provides up to a very old now version 2.0.17. PlatformIO no longer supports the newer versions of ESP32 Arduino. @Jason2866 can help you switch to pioarduino where they are all supported currently
I suggest you want to use actual stable espressif Arduino core 3.0.7?
So you have just to use the platform nothing else.
Change in your platformio.ini the entry for platform to:
Board
ESP32 dev module
Device Description
esp32 dev module is connected to 4 relays and 4 push buttons.
Hardware Configuration
nothing else is connected to the dev board
Version
latest master (checkout manually)
IDE Name
VSCode with PlatformIO IDE
Operating System
Windows 11
Flash frequency
40mhz
PSRAM enabled
yes
Upload speed
115200
Description
I am a beginner to esp32. Currently trying to build some standard projects to get a better understanding on how things actually works. I was working on a basic relay interfacing project which takes inputs from the web server as well as from four push buttons.
But my code is not compiling and I think its a problem with the libraries
ERROR I am getting (attached .txt file)
Note: These libraries are not included in the platformIO repo and I have to include them using the link:
https://github.com/espressif/arduino-esp32.git
in the platformio.ini file as lib_deps = https://github.com/espressif/arduino-esp32.git
Sketch
Debug Message
Other Steps to Reproduce
I also tried including the libraries by copying the libraries folders to libs folder of my project and it resulted in a different error.
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: