mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 08:45:48 +08:00
changed device to standard (was compatible with OSX)
This commit is contained in:
@@ -22,7 +22,7 @@ import sys
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
e = "\xff\xff\xff"
|
e = "\xff\xff\xff"
|
||||||
deviceName = '/dev/tty.usbserial-AK05BVRH' #MAKE SURE THIS IS THE CORRECT DEVICE
|
deviceName = '/dev/ttyUSB0' #MAKE SURE THIS IS THE CORRECT DEVICE
|
||||||
CHECK_MODEL = 'NX3224T024'
|
CHECK_MODEL = 'NX3224T024'
|
||||||
|
|
||||||
def getBaudrate(ser, fSize=None):
|
def getBaudrate(ser, fSize=None):
|
||||||
|
|||||||
Reference in New Issue
Block a user