mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Add option to override default USART baud rate in platform settings
This commit is contained in:
parent
b36b61feb0
commit
9744f8afbb
3 changed files with 10 additions and 1 deletions
|
@ -27,6 +27,10 @@ PLATFORM=PM3RDV4
|
|||
# Only available with PLATFORM=PM3GENERIC
|
||||
#LED_ORDER=PM3EASY
|
||||
|
||||
# Uncomment a line below to change default USART baud rate
|
||||
# defaults to 115200 used by HC-05 in Blueshark
|
||||
#USART_BAUD_RATE=19200
|
||||
|
||||
# Uncomment the lines below in order to make a 256KB image
|
||||
# and comment out the lines above
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue