You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
@@ -377,7 +378,7 @@ int pyexec_friendly_repl(void) {
377
378
#endif
378
379
379
380
friendly_repl_reset:
380
-
mp_hal_stdout_tx_str("MicroPython "MICROPY_GIT_TAG" on "MICROPY_BUILD_DATE"; "MICROPY_HW_BOARD_NAME" with "MICROPY_HW_MCU_NAME"\r\n");
381
+
mp_hal_stdout_tx_str("Pycom MicroPython "SW_VERSION_NUMBER" ["MICROPY_GIT_TAG"] on "MICROPY_BUILD_DATE"; "MICROPY_HW_BOARD_NAME" with "MICROPY_HW_MCU_NAME"\r\n");
381
382
mp_hal_stdout_tx_str("Type \"help()\" for more information.\r\n");
0 commit comments