mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-04 15:35:42 -04:00
Updated version
This commit is contained in:
parent
5e62e3bc22
commit
30d8e351dd
3 changed files with 3 additions and 3 deletions
|
@ -282,7 +282,7 @@ class RNodeInterface(Interface):
|
|||
serial.timeout = 0.1
|
||||
elif vid == 0x10C4:
|
||||
# Hardware parameters for SiLabs CP210x @ 115200 baud
|
||||
serial.DEFAULT_READ_BUFFER_SIZE = 64
|
||||
serial.DEFAULT_READ_BUFFER_SIZE = 64
|
||||
serial.USB_READ_TIMEOUT_MILLIS = 12
|
||||
serial.timeout = 0.012
|
||||
elif vid == 0x1A86 and pid == 0x55D4:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue