Merge pull request from PavelSindler/3_4_2_branch_merging

3_4_2 branch merging into MK3
This commit is contained in:
mkbel 2018-10-25 21:45:51 +02:00 committed by GitHub
commit cdb06c65f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 37 additions and 5 deletions

View file

@ -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"));