mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-17 15:53:06 +01:00
UI: flash base and update
This commit is contained in:
@@ -119,6 +119,7 @@ class App:
|
|||||||
self.text_widget.insert(tk.END,"\n")
|
self.text_widget.insert(tk.END,"\n")
|
||||||
else:
|
else:
|
||||||
self.text_widget.insert(tk.END,kwargs.get('end'))
|
self.text_widget.insert(tk.END,kwargs.get('end'))
|
||||||
|
self.text_widget.see('end')
|
||||||
root.update()
|
root.update()
|
||||||
if self.interrupt:
|
if self.interrupt:
|
||||||
self.interrupt=False
|
self.interrupt=False
|
||||||
|
|||||||
Reference in New Issue
Block a user