„rn2483lora.py“ ändern

This commit is contained in:
2019-09-24 23:50:42 +02:00
parent cf8a15820f
commit 6ab552791e

View File

@@ -93,7 +93,7 @@ if __name__ == '__main__':
root = RN2483( root = RN2483(
conf.get("DEFAULT", "port"), conf.get("DEFAULT", "port"),
conf.get("DEFAULT", "baud"), conf.get("DEFAULT", "baud", fallback=57600),
) )
def first_init() -> None: def first_init() -> None: