mirror of
https://github.com/outbackdingo/Reticulum.git
synced 2026-01-27 18:20:17 +00:00
Fixed interface example bitrate init
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user