Changed bitrate for uart_flash tests

pull/141/head
Daniele Lacamera 2021-08-24 10:00:04 +02:00
parent 84034d5583
commit aba428b243
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
#ifdef UART_FLASH
#ifndef UART_FLASH_BITRATE
#define UART_FLASH_BITRATE 460800
#define UART_FLASH_BITRATE 115200
#endif
void uart_send_current_version(void);
#else

View File

@ -52,7 +52,7 @@
#define FIRMWARE_PARTITION_SIZE 0x20000
#define SWAP_SIZE 0x1000
#define UART_BITRATE 460800
#define UART_BITRATE 115200
const char msgSha[] = "Verifying SHA digest...";
const char msgReadUpdate[] = "Fetching update blocks ";