atc1441 / ZBS_Flasher

Arduino C++ Library and interface to flash the ZBS243 / SEM9110 8051 Microcontroller
138 stars 25 forks source link

Flashing of ESP not working #19

Open smitterer opened 1 year ago

smitterer commented 1 year ago

Hi!

I'm getting CMakeLists.txt not found in project directory c:\users\username\downloads\zbs_flasher-main\zbs_flasher-main\esp32_flasher when trying to flash the ESP using Visual Studio code.

Any idea why this happens? I installed ESP-IDF and MinGW as described.

Thanks

atc1441 commented 1 year ago

Hey. Did you install PlatformIO? ESP-IDF is not needed

smitterer commented 1 year ago

Sorry my fault, I was searching for a tutorial on how to flash an ESP with VS Code and it told me to install it. With PlatformIO I was able to format it. Thanks