From d0120a858c2fd76bf5b5271ba5275e50565f109d Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 1 Nov 2022 18:46:12 -0700 Subject: Fix bug where some text would show up after saying 'Clear' --- osc_ctrl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osc_ctrl.py') diff --git a/osc_ctrl.py b/osc_ctrl.py index 4c243f0..4f888c3 100644 --- a/osc_ctrl.py +++ b/osc_ctrl.py @@ -180,7 +180,7 @@ class OscTxState: # The message last sent to the board. last_msg_encoded = [] empty_cells_to_send_per_call = 1 - nonempty_cells_to_send_per_call = 2 + nonempty_cells_to_send_per_call = 1 # 0 indicates it's closed. 1 indicates half size. 2 indicates full size. board_size = 0 -- cgit v1.2.3