File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 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) {
222222 } else if (ret == CHAR_CTRL_B ) {
223223 // reset friendly REPL
224224 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");
227227 goto input_restart ;
228228 } else if (ret == CHAR_CTRL_C ) {
229229 // break
@@ -371,8 +371,8 @@ int pyexec_friendly_repl(void) {
371371#endif
372372
373373friendly_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");
376376
377377 // to test ctrl-C
378378 /*
You can’t perform that action at this time.
0 commit comments