„rn2483lora.py“ ändern
This commit is contained in:
@@ -91,7 +91,10 @@ if __name__ == '__main__':
|
||||
conf = ConfigParser()
|
||||
conf.read("lora.conf")
|
||||
|
||||
root = RN2483(conf.get("DEFAULT", "port"))
|
||||
root = RN2483(
|
||||
conf.get("DEFAULT", "port"),
|
||||
conf.get("DEFAULT", "baud"),
|
||||
)
|
||||
|
||||
def first_init() -> None:
|
||||
"""Init our RN2483 after firmware startup."""
|
||||
|
||||
Reference in New Issue
Block a user