mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
console: support ESP32-C2 in the 'version' command
This commit is contained in:
parent
c0312e3242
commit
0abf886284
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user