Merge pull request #84 from vDorst/feat_version_hardware

version: Also show the hardware profile.
This commit is contained in:
logicog
2026-01-20 18:37:17 +01:00
committed by GitHub
+2
View File
@@ -692,6 +692,8 @@ void print_gpio_status(void) {
void print_sw_version(void) __banked {
print_string("Software version: ");
print_string(VERSION_SW);
print_string("\nHardware: ");
print_string(machine.machine_name);
write_char('\n');
}