diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-01-13 15:32:58 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-01-13 15:32:58 +0100 |
commit | dba17944c70cf4e51a40e617a1ba6abc0fd1e65d (patch) | |
tree | 667ce85f3d11d29a56ffd740c207044987d2b268 /confui/ui_node.h | |
parent | 81e1d54c33fedd3e297bbf812c36d628e8261056 (diff) |
fix infinite loop
Diffstat (limited to 'confui/ui_node.h')
-rw-r--r-- | confui/ui_node.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/confui/ui_node.h b/confui/ui_node.h index eb07f6d..4c049b3 100644 --- a/confui/ui_node.h +++ b/confui/ui_node.h @@ -34,4 +34,6 @@ public: virtual void toggle_provision(); /** @brief turn led on/off */ virtual void update_led(bool on); + /** @brief send get_node command to update self */ + virtual void update_net(); }; |