Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 3c9c269

Browse files
committed
0.9.0
1 parent 00e7525 commit 3c9c269

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

firmware/860C_850C/src/usart1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void usart1_init(void)
5858
GPIO_Init(USART1__PORT, &GPIO_InitStructure);
5959

6060
USART_DeInit(USART1);
61-
USART_InitStructure.USART_BaudRate = 9600;
61+
USART_InitStructure.USART_BaudRate = 19200;
6262
USART_InitStructure.USART_WordLength = USART_WordLength_8b;
6363
USART_InitStructure.USART_StopBits = USART_StopBits_1;
6464
USART_InitStructure.USART_Parity = USART_Parity_No;

firmware/common/Makefile.common

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
VERSION_NUM := 25
99

1010
# This is the user visible string for the version
11-
VERSION_STRING := 0.8.0
11+
VERSION_STRING := 0.9.0
1212

1313
# This is the expected version of the motor firmware. Display will stop to work with correct TSDZ2 firmware version
1414
TSDZ2_FIRMWARE_MAJOR := 0
15-
TSDZ2_FIRMWARE_MINOR := 57
15+
TSDZ2_FIRMWARE_MINOR := 58
1616

1717
CFLAGS += -DVERSION_STRING=\"$(VERSION_STRING)\" -DTSDZ2_FIRMWARE_MAJOR=\"$(TSDZ2_FIRMWARE_MAJOR)\" -DTSDZ2_FIRMWARE_MINOR=\"$(TSDZ2_FIRMWARE_MINOR)\"
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)