GUI bugs - pushed for collab fixing

This commit is contained in:
Surya Balaji
2026-01-19 22:24:04 -06:00
parent 5ff77f9400
commit c37b0f4d61
9 changed files with 360 additions and 42 deletions

View File

@@ -253,8 +253,8 @@ if __name__ == "__main__":
sample_count += 1
# Print every 500th sample to avoid flooding terminal
if sample_count % 500 == 0:
print(f" [{sample_count:6d} samples] Latest: {line}")
#if sample_count % 500 == 0:
print(f" [{sample_count:6d} samples] Latest: {line}")
else:
# Print startup/info messages from ESP32