Xinyuan-LilyGO / T-Display-S3-AMOLED

An upgraded version of T-Display-S3. It has a high-resolution color screen and more configurable GPIO ports. Enrich your needs.
MIT License
143 stars 29 forks source link

Board identification, following the instructions, shows wrong info #6

Closed dr3x closed 1 year ago

dr3x commented 1 year ago

Following the steps under the Arduino section, my board is identified as DFRobot Beetle ESP32-C3 At step 5, in the tools setting, some of the values match, some don't. For example, flash size shows as 4MB but per the instructions should be 16MB. CPU frequency should be 240MHz but the max in the dropdown is 160MHz.

myspac0 commented 1 year ago

Change the board, choose "Esp32S3 Dev module". This module works very well.

dr3x commented 1 year ago

That worked! Thanks