fix: code review batch 2 — multi-channel, thread safety, DSP reset, MIDI, hotspot, NAM, docs/CI, code quality
CI / test (push) Has been cancelled
CI / test (push) Has been cancelled
This commit is contained in:
+2
-1
@@ -92,7 +92,8 @@ def client(deps, monkeypatch):
|
||||
# Mock hardware-dependent gathers so tests don't hang on bluetoothctl/nmcli
|
||||
monkeypatch.setattr(WebServer, "_gather_wifi_state", lambda self: {
|
||||
"connected": False, "ssid": None, "ip": None, "signal": 0,
|
||||
"hotspot_active": False, "hotspot_ssid": None, "hotspot_clients": 0,
|
||||
"hotspot_active": False, "hotspot_ssid": None,
|
||||
"hotspot_password": None, "hotspot_clients": 0,
|
||||
})
|
||||
monkeypatch.setattr(WebServer, "_gather_bt_state", lambda self: {
|
||||
"available": False, "powered": False, "name": None,
|
||||
|
||||
Reference in New Issue
Block a user