diff options
| author | yum <yum.food.vr@gmail.com> | 2022-11-01 18:46:12 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-11-01 18:46:12 -0700 |
| commit | d0120a858c2fd76bf5b5271ba5275e50565f109d (patch) | |
| tree | 03c5f87ce9a718b0915bf9628bef73081a35fe29 /osc_ctrl.py | |
| parent | 0357119769154dbbfa77d317e6b575c9c337584f (diff) | |
Fix bug where some text would show up after saying 'Clear'
Diffstat (limited to 'osc_ctrl.py')
| -rw-r--r-- | osc_ctrl.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
