DavidBertet / PowerJeep

A Ryobi Battery Conversion for Ride on Cars
MIT License
63 stars 7 forks source link

Error on Build - Cmake #14

Open MichalisVach opened 2 months ago

MichalisVach commented 2 months ago

Hello everyone,

there is an error showing while im trying to build it to my 2nd ESP32 WROOM Espressif, while my 1st one and following the exact same procedure was working untill it burned (reverse power from motors raised voltage and ESP32 toasted)

when im trying to Build there are two errors showing at the CMakeLists.txt

Exception has occurred: FATAL_ERROR CMake Error at CMakeLists.txt:2 (include): include could not find requested file:

/tools/cmake/project.cmake

and

CMake Error at CMakeLists.txt:4 (spiffs_create_partition_image):Unknown CMake command "spiffs_create_partition_image".

as a result: webfile: Failed to stat file: /spiffs/index.html

can someone help me with this?