mirror of
https://github.com/pdxlocations/contact.git
synced 2026-08-10 10:52:50 +02:00
This reverts commit a4a15e57b4.
This commit is contained in:
@@ -14,7 +14,6 @@ import traceback
|
||||
|
||||
from utilities.arg_parser import setup_parser
|
||||
from utilities.interfaces import initialize_interface
|
||||
from ui.curses_ui import on_connection
|
||||
from message_handlers.rx_handler import on_receive
|
||||
from ui.curses_ui import main_ui, draw_splash
|
||||
from utilities.utils import get_channels, get_node_list, get_nodeNum
|
||||
@@ -48,7 +47,6 @@ def main(stdscr):
|
||||
globals.channel_list = get_channels()
|
||||
globals.node_list = get_node_list()
|
||||
pub.subscribe(on_receive, 'meshtastic.receive')
|
||||
pub.subscribe(on_connection, "meshtastic.connection")
|
||||
init_nodedb()
|
||||
load_messages_from_db()
|
||||
logging.info("Starting main UI")
|
||||
|
||||
Reference in New Issue
Block a user