From 4db119fb9c04428e7aef6f1a278c1639aa867baf Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Tue, 21 Apr 2026 22:58:30 -0600 Subject: Major update to Output control Including: - Control panel - Change status of simulation after devices creation. - Arduino serial conflict with multiple channels. - Claude instructions. - Update to arduino on board code. --- ui/__pycache__/__init__.cpython-312.pyc | Bin 151 -> 138 bytes ui/__pycache__/add_device_dialog.cpython-312.pyc | Bin 0 -> 21811 bytes ui/__pycache__/config_dialog.cpython-312.pyc | Bin 0 -> 6931 bytes ui/__pycache__/control_editor.cpython-312.pyc | Bin 20107 -> 20127 bytes ui/__pycache__/control_panel.cpython-312.pyc | Bin 39988 -> 39996 bytes ui/__pycache__/main_window.cpython-312.pyc | Bin 25316 -> 25368 bytes ui/__pycache__/profile_manager_ui.cpython-312.pyc | Bin 8368 -> 8360 bytes ui/__pycache__/strip_chart.cpython-312.pyc | Bin 14890 -> 14890 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 ui/__pycache__/add_device_dialog.cpython-312.pyc create mode 100644 ui/__pycache__/config_dialog.cpython-312.pyc (limited to 'ui/__pycache__') diff --git a/ui/__pycache__/__init__.cpython-312.pyc b/ui/__pycache__/__init__.cpython-312.pyc index 6ed2349..fb20d59 100644 Binary files a/ui/__pycache__/__init__.cpython-312.pyc and b/ui/__pycache__/__init__.cpython-312.pyc differ diff --git a/ui/__pycache__/add_device_dialog.cpython-312.pyc b/ui/__pycache__/add_device_dialog.cpython-312.pyc new file mode 100644 index 0000000..8af1f9c Binary files /dev/null and b/ui/__pycache__/add_device_dialog.cpython-312.pyc differ diff --git a/ui/__pycache__/config_dialog.cpython-312.pyc b/ui/__pycache__/config_dialog.cpython-312.pyc new file mode 100644 index 0000000..5a051dc Binary files /dev/null and b/ui/__pycache__/config_dialog.cpython-312.pyc differ diff --git a/ui/__pycache__/control_editor.cpython-312.pyc b/ui/__pycache__/control_editor.cpython-312.pyc index f1716c6..d12d50f 100644 Binary files a/ui/__pycache__/control_editor.cpython-312.pyc and b/ui/__pycache__/control_editor.cpython-312.pyc differ diff --git a/ui/__pycache__/control_panel.cpython-312.pyc b/ui/__pycache__/control_panel.cpython-312.pyc index c54cd25..834c948 100644 Binary files a/ui/__pycache__/control_panel.cpython-312.pyc and b/ui/__pycache__/control_panel.cpython-312.pyc differ diff --git a/ui/__pycache__/main_window.cpython-312.pyc b/ui/__pycache__/main_window.cpython-312.pyc index b99d7c2..c5383cb 100644 Binary files a/ui/__pycache__/main_window.cpython-312.pyc and b/ui/__pycache__/main_window.cpython-312.pyc differ diff --git a/ui/__pycache__/profile_manager_ui.cpython-312.pyc b/ui/__pycache__/profile_manager_ui.cpython-312.pyc index e66a754..c9fbb4a 100644 Binary files a/ui/__pycache__/profile_manager_ui.cpython-312.pyc and b/ui/__pycache__/profile_manager_ui.cpython-312.pyc differ diff --git a/ui/__pycache__/strip_chart.cpython-312.pyc b/ui/__pycache__/strip_chart.cpython-312.pyc index ba3ca5d..47dbea1 100644 Binary files a/ui/__pycache__/strip_chart.cpython-312.pyc and b/ui/__pycache__/strip_chart.cpython-312.pyc differ -- cgit v1.2.3