added tweaks to filter

This commit is contained in:
Brent Perteet
2025-08-08 17:31:27 -05:00
parent fb9fd84bf1
commit c4ca91bf84
17 changed files with 210 additions and 2440 deletions

4
project_settings.cmake Normal file
View File

@@ -0,0 +1,4 @@
set(PROJECT_NAME "soundshot")
set(CHIP "esp32")
set(PORT "COM3")
set(BAUD "460800")