From 6ab552791e34b591aea9377df5822bf0073748ba Mon Sep 17 00:00:00 2001 From: Akira Naru Takizawa Date: Tue, 24 Sep 2019 23:50:42 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ern2483lora.py=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rn2483lora.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rn2483lora.py b/rn2483lora.py index 1e61aa6..3e1be37 100644 --- a/rn2483lora.py +++ b/rn2483lora.py @@ -93,7 +93,7 @@ if __name__ == '__main__': root = RN2483( conf.get("DEFAULT", "port"), - conf.get("DEFAULT", "baud"), + conf.get("DEFAULT", "baud", fallback=57600), ) def first_init() -> None: