fbiego / dt78-esp32-firmware

Firmware for the DT78 watch based on ESP32 microcontroller
MIT License
32 stars 9 forks source link

problem with building the project #1

Closed Santix29 closed 1 month ago

Santix29 commented 1 month ago

Hi, I just tried to build my project to try on my microcontroller, but visual studio give me this error: A fatal error occurred: This chip is ESP32-S3 not ESP32. Wrong --chip argument? *** [upload] Error 2 so the problem is, can I use this project for my esp32-s3? thanks for the answer in andvance

fbiego commented 1 month ago

You need to change the line below and configure the correct board https://github.com/fbiego/dt78-esp32-firmware/blob/750739d03cb232f682c9b4b6234c2c92b4d176d9/platformio.ini#L13

Santix29 commented 1 month ago

oh ok, thank you