mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 13:14:32 +02:00
console: support ESP32-C2 in the 'version' command
This commit is contained in:
@@ -87,6 +87,9 @@ static int get_version(int argc, char **argv)
|
||||
case CHIP_ESP32H2:
|
||||
model = "ESP32-H2";
|
||||
break;
|
||||
case CHIP_ESP32C2:
|
||||
model = "ESP32-C2";
|
||||
break;
|
||||
default:
|
||||
model = "Unknown";
|
||||
break;
|
||||
|
Reference in New Issue
Block a user