fix: code review batch 2 — multi-channel, thread safety, DSP reset, MIDI, hotspot, NAM, docs/CI, code quality
CI / test (push) Has been cancelled

This commit is contained in:
2026-06-17 22:38:24 -04:00
parent c65e4816c4
commit 2558306e78
23 changed files with 631 additions and 125 deletions
+2 -2
View File
@@ -8,14 +8,14 @@
<name>Pi Multi-FX Pedal</name>
<service>
<type>_http._tcp</type>
<port>8080</port>
<port>80</port>
<txt-record>path=/</txt-record>
<txt-record>product=Pi-Multi-FX-Pedal</txt-record>
<txt-record>version=0.1.0</txt-record>
</service>
<service>
<type>_pedal._tcp</type>
<port>8080</port>
<port>80</port>
<txt-record>api=/api</txt-record>
<txt-record>ws=/ws</txt-record>
</service>