mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-23 06:00:18 +00:00
Fixed interface example bitrate init
This commit is contained in:
parent
44782c3429
commit
434ebd2954
@ -117,7 +117,7 @@ class ExampleInterface(Interface):
|
|||||||
|
|
||||||
# In this case, we can also set the indicated bit-
|
# In this case, we can also set the indicated bit-
|
||||||
# rate of the interface to the serial port speed.
|
# rate of the interface to the serial port speed.
|
||||||
self.bitrate = self.speed
|
self.bitrate = speed
|
||||||
|
|
||||||
# Configure internal properties on the interface
|
# Configure internal properties on the interface
|
||||||
# according to the supplied configuration.
|
# according to the supplied configuration.
|
||||||
|
Loading…
Reference in New Issue
Block a user