diff --git a/rn2483lora.py b/rn2483lora.py index 92fb495..1e61aa6 100644 --- a/rn2483lora.py +++ b/rn2483lora.py @@ -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."""