feature_lsp_com #9

Merged
musabe24 merged 12 commits from feature_lsp_com into main 2024-07-22 12:15:27 +02:00
Showing only changes of commit b1ceb7c913 - Show all commits

View File

@@ -444,6 +444,7 @@ class ArduinoGUI:
if self.ser: if self.ser:
if self.ser.in_waiting: if self.ser.in_waiting:
try: try:
command = ""
command = self.ser.read_all().decode(errors='ignore').strip() command = self.ser.read_all().decode(errors='ignore').strip()
while self.ser.in_waiting: while self.ser.in_waiting:
pass pass