Compare commits

...

2 Commits

Author SHA1 Message Date
rudi ;-)
08928e8ec8
Merge 27b5f6298c into c01512f4b0 2024-09-21 15:12:45 +05:00
rudi ;-)
27b5f6298c
feat(advanced_console): Add support for ESP32-P4 and ESP32-C5 models in 'version' command output
the model ESP32P4 and ESP32C5 was unknown on 
version command in iperf example
add model ESP32P4 and ESP32C5
which prints out model names now by the knowed model
ESP32P4 = "ESP32-P4"
ESP32C5 = "ESP32-C5"

example app: iperf  

before:
iperf> version
IDF Version:v5.4-dev-2744-g59e1838270-dirty
Chip info:
        model:Unknown
        cores:1
        feature:/802.11bgn/BLE/External-Flash:8 MB
        revision number:0
iperf>

after this add model is knowed now

iperf> version
IDF Version:v5.4-dev-2744-g59e1838270-dirty
Chip info:
        model:ESP32-C5
        cores:1
        feature:/802.11bgn/BLE/External-Flash:8 MB
        revision number:0
iperf>
2024-09-17 03:04:45 +02:00

Diff Content Not Available