We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b361871 commit c70ec3fCopy full SHA for c70ec3f
main.c
@@ -691,6 +691,9 @@ STATIC void __attribute__ ((noinline)) run_boot_py(safe_mode_t safe_mode) {
691
692
// Write version info to boot_out.txt.
693
mp_hal_stdout_tx_str(MICROPY_FULL_VERSION_INFO);
694
+ // Write the board ID (board directory and ID on circuitpython.org)
695
+ mp_hal_stdout_tx_str("\r\n" "Board ID:");
696
+ mp_hal_stdout_tx_str(CIRCUITPY_BOARD_ID);
697
mp_hal_stdout_tx_str("\r\n");
698
}
699
#endif
0 commit comments