Update Huawei TTP template to include model information in version display

- Modified the Huawei TTP template to append the model identifier to the version string, enhancing the clarity of system information output for diagnostics.
This commit is contained in:
IluaAir
2026-06-06 11:13:50 +03:00
parent bebbe78163
commit c4f20d3241

View File

@@ -14,7 +14,7 @@ default_system = {
</vars> </vars>
<group name="system" default="default_system"> <group name="system" default="default_system">
# VRP (R) software, Version {{ version }} {{ _line_ }} # VRP (R) software, Version {{ version }} ({{ model }} {{ _line_ }}
# ESN of slot {{ slot_number }}: {{ serial_number }} # ESN of slot {{ slot_number }}: {{ serial_number }}
</group> </group>