From dba17944c70cf4e51a40e617a1ba6abc0fd1e65d Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 13 Jan 2023 15:32:58 +0100 Subject: fix infinite loop --- confui/mainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'confui/mainwindow.h') diff --git a/confui/mainwindow.h b/confui/mainwindow.h index 53a30c2..af52617 100644 --- a/confui/mainwindow.h +++ b/confui/mainwindow.h @@ -42,4 +42,6 @@ public: virtual void menu_add_automation(); /** @brief menu bar set serial port action handler */ void menu_set_serial_port(string new_port); + /** @brief send get_node command to sync network state */ + virtual void update_net(); }; -- cgit v1.2.3