kopia lustrzana https://github.com/markqvist/reticulum
Fixed interface example bitrate init
rodzic
44782c3429
commit
434ebd2954
|
@ -117,7 +117,7 @@ class ExampleInterface(Interface):
|
|||
|
||||
# In this case, we can also set the indicated bit-
|
||||
# rate of the interface to the serial port speed.
|
||||
self.bitrate = self.speed
|
||||
self.bitrate = speed
|
||||
|
||||
# Configure internal properties on the interface
|
||||
# according to the supplied configuration.
|
||||
|
|
Ładowanie…
Reference in New Issue