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

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
casainho committed Apr 16, 2020
1 parent 00e7525 commit 3c9c269
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firmware/860C_850C/src/usart1.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void usart1_init(void)
GPIO_Init(USART1__PORT, &GPIO_InitStructure);

USART_DeInit(USART1);
USART_InitStructure.USART_BaudRate = 9600;
USART_InitStructure.USART_BaudRate = 19200;
USART_InitStructure.USART_WordLength = USART_WordLength_8b;
USART_InitStructure.USART_StopBits = USART_StopBits_1;
USART_InitStructure.USART_Parity = USART_Parity_No;
Expand Down
4 changes: 2 additions & 2 deletions firmware/common/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
VERSION_NUM := 25

# This is the user visible string for the version
VERSION_STRING := 0.8.0
VERSION_STRING := 0.9.0

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

CFLAGS += -DVERSION_STRING=\"$(VERSION_STRING)\" -DTSDZ2_FIRMWARE_MAJOR=\"$(TSDZ2_FIRMWARE_MAJOR)\" -DTSDZ2_FIRMWARE_MINOR=\"$(TSDZ2_FIRMWARE_MINOR)\"
Binary file modified firmware/releases/0.8.1/sw102-otaupdate-0.8.1.zip
Binary file not shown.

0 comments on commit 3c9c269

Please sign in to comment.