Skip to content

Commit c233e12

Browse files
author
Nathan Seidle
committed
Change BL to use 127 as annouce character to avoid printing
The lower, non-visible ascii characters were showing up in the Arduino terminal window as squares. This fixes that.
1 parent 809ffa7 commit c233e12

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/artemis/artemis_uart_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from sys import exit
1616

1717
# Bootloader command constants
18-
BL_COMMAND_ANNOUNCE = 5
18+
BL_COMMAND_ANNOUNCE = 127
1919
BL_COMMAND_AOK = 6
2020
BL_COMMAND_BAD_CRC = 7
2121
BL_COMMAND_NEXT_FRAME = 8
381 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)