File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -222,8 +222,8 @@ STATIC int pyexec_friendly_repl_process_char(int c) {
222
222
} else if (ret == CHAR_CTRL_B ) {
223
223
// reset friendly REPL
224
224
mp_hal_stdout_tx_str ("\r\n" );
225
- mp_hal_stdout_tx_str ("MicroPython " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE "; " MICROPY_HW_BOARD_NAME " with " MICROPY_HW_MCU_NAME "\r\n" );
226
- mp_hal_stdout_tx_str ("Type \"help()\" for more information.\r\n" );
225
+ mp_hal_stdout_tx_str ("Adafruit MicroPython " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE "; " MICROPY_HW_BOARD_NAME " with " MICROPY_HW_MCU_NAME "\r\n" );
226
+ // mp_hal_stdout_tx_str("Type \"help()\" for more information.\r\n");
227
227
goto input_restart ;
228
228
} else if (ret == CHAR_CTRL_C ) {
229
229
// break
@@ -371,8 +371,8 @@ int pyexec_friendly_repl(void) {
371
371
#endif
372
372
373
373
friendly_repl_reset :
374
- mp_hal_stdout_tx_str ("MicroPython " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE "; " MICROPY_HW_BOARD_NAME " with " MICROPY_HW_MCU_NAME "\r\n" );
375
- mp_hal_stdout_tx_str ("Type \"help()\" for more information.\r\n" );
374
+ mp_hal_stdout_tx_str ("Adafruit MicroPython " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE "; " MICROPY_HW_BOARD_NAME " with " MICROPY_HW_MCU_NAME "\r\n" );
375
+ // mp_hal_stdout_tx_str("Type \"help()\" for more information.\r\n");
376
376
377
377
// to test ctrl-C
378
378
/*
You can’t perform that action at this time.
0 commit comments