Default all USB Companions to ASCII across host sessions

This commit is contained in:
mikecarper
2026-09-13 17:13:51 -07:00
parent 794cf15395
commit 0938da5ea6
13 changed files with 398 additions and 145 deletions
+5
View File
@@ -90,6 +90,11 @@ jobs:
- name: Verify ESP32 USB sleep and G3 button wake
run: python3 -B test/test_esp32_usb_sleep.py
- name: Verify Companion ASCII defaults and USB session cleanup
run: |
python3 -B test/test_companion_usb_default.py
python3 -B test/test_esp32_usb_serial_hygiene.py
- name: Verify message reader buttons, touch targets, and footer layouts
working-directory: test
run: >-