-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ESP32-C2] Flash size reported incorrectly (auto detect is correct) (ESPTOOL-768) #932
Comments
Hello @TD-er, It seems like the ESP32-C2 class in esptool inherits the |
It is not really an inconvenience... anymore :) |
I'm still looking at the flash stuff on my C2. Is it possible the detected speed is also incorrect, when it is inheriting from the C3 class? |
OK, the reported speed is a bug in the Arduino code: |
Operating System
Windows 11
Esptool Version
v4.7-dev
Python Version
Python 3.11.4
Chip Description
ESP8684-MINI-1 (MAH4)
Device Description
Espressif ESP8684-DevKitM-1
Hardware Configuration
No response
How is Esptool Run
From PlatformIO/VS code
Full Esptool Command Line that Was Run
No response
Esptool Output
More Information
In my project (ESPEasy), I also try to collect as much info from burnt fuses as possible and this C2 board is actually the first I know of that has set the fuses to indicate it has embedded flash.
So maybe esptool.py also looks at these fuses and draws incorrect conclusions from it when reporting the detected features?
Other Steps to Reproduce
No response
I Have Read the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: