1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-12 13:33:06 +01:00

UI: flash base and update

This commit is contained in:
wellenvogel
2021-12-20 14:51:37 +01:00
parent 922fff40e6
commit dfaab40670

View File

@@ -119,6 +119,7 @@ class App:
self.text_widget.insert(tk.END,"\n")
else:
self.text_widget.insert(tk.END,kwargs.get('end'))
self.text_widget.see('end')
root.update()
if self.interrupt:
self.interrupt=False