Problem with VSCode - KeyError #673
-
Hello, I would like to create a custom image. I already have some experience with the Arduino IDE and VSCode with Platformio. When trying to open openhasp-master in Platformio I get an error that I can't fix. `UserSideException: Processing esp32-s3-4848S040 (board: esp32-s3-devkitc-1; framework: arduino; platform: https://github.com/platformio/platform-espressif32/)Verbose mode can be enabled via |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Did you just download the zip file or did you do a |
Beta Was this translation helpful? Give feedback.
-
Thank you. Also for the comlete project. |
Beta Was this translation helpful? Give feedback.
You should use
git clone
to download all the necessary files and modules like described in the documentation.If you download the zip file, you'll be missing some references that lead to that error...