mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Add option to override default USART baud rate in platform settings
This commit is contained in:
@@ -16,8 +16,9 @@
|
||||
#ifndef __USART_DEFS_H
|
||||
#define __USART_DEFS_H
|
||||
|
||||
//#define USART_BAUD_RATE 9600
|
||||
#ifndef USART_BAUD_RATE
|
||||
#define USART_BAUD_RATE 115200
|
||||
#endif
|
||||
// BT HC-06 physical layer runs at 128kbps
|
||||
// so it's possible to gain a little bit by using 230400
|
||||
// with some risk to overflow its internal buffers:
|
||||
|
||||
Reference in New Issue
Block a user