Merge pull request #1275 from PavelSindler/3_4_2_branch_merging
3_4_2 branch merging into MK3
This commit is contained in:
commit
cdb06c65f3
6 changed files with 37 additions and 5 deletions
Firmware
|
@ -1019,6 +1019,9 @@ void setup()
|
|||
}
|
||||
MYSERIAL.begin(BAUDRATE);
|
||||
fdev_setup_stream(uartout, uart_putchar, NULL, _FDEV_SETUP_WRITE); //setup uart out stream
|
||||
#ifndef W25X20CL
|
||||
SERIAL_PROTOCOLLNPGM("start");
|
||||
#endif //W25X20CL
|
||||
stdout = uartout;
|
||||
SERIAL_ECHO_START;
|
||||
printf_P(PSTR(" " FW_VERSION_FULL "\n"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue