Lora support!

update readme to reflect some recent changes
This commit is contained in:
AUTOMATIC
2023-01-21 16:15:53 +03:00
parent cbfb463258
commit 855b9e3d1c
9 changed files with 314 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ extra_pages = []
def register_page(page):
"""registers extra networks page for the UI; recommend doing it in on_app_started() callback for extensions"""
"""registers extra networks page for the UI; recommend doing it in on_before_ui() callback for extensions"""
extra_pages.append(page)