ESP32-MINI-1 (ESP32-U4WDH) identified by ESP.getChipModel() as ESP32-PICO-D2 #10683
Closed
1 task done
Labels
Status: Awaiting triage
Issue is waiting for triage
Board
ESP-MINI-1 module
Device Description
ESP module on custom hardware
Hardware Configuration
All I/O used
Version
v2.0.17
IDE Name
VSCode
Operating System
Linux and Win10
Flash frequency
40Mhz
PSRAM enabled
no
Upload speed
2000000
Description
New hardware with instead of a ESP32-WROOM-32E a ESP32-MINI-1, gives me 2 extra IO pins which come in handy.
I want the existing software to detect the new module/chip with ESP.getChipModel(), so it can configure the correct I/O based on the detected chip.
When programming, the chip is correctly identified, and everything is working fine.
But when i use ESP.getChipModel() in my code, the wrong Chiptype is reported: ESP32-PICO-D2
When browsing through the Arduino code (Esp.cpp) i see that there is no mention anywhere of the ESP32-U4WDH chip..
Sketch
Serial.printf("ESP32 Chip model:%s\n",ESP.getChipModel());
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: