version: Also show the hardware profile.

This commit is contained in:
René van Dorst
2026-01-17 21:02:25 +01:00
parent e54313eded
commit e74c4f148a
+2
View File
@@ -688,6 +688,8 @@ void print_gpio_status(void) {
void print_sw_version(void) __banked { void print_sw_version(void) __banked {
print_string("Software version: "); print_string("Software version: ");
print_string(VERSION_SW); print_string(VERSION_SW);
print_string("\nHardware: ");
print_string(machine.machine_name);
write_char('\n'); write_char('\n');
} }