Fix indentation errors and reduce debug output

- Comment out all debug logging statements to reduce console noise
- Fix empty if/else blocks by adding pass statements
- Remove beat logging, TCP server logging, and MIDI debug messages
- Keep only essential info, warning, and error messages
- Revert radiate delay separation back to using main delay parameter
This commit is contained in:
2025-09-19 00:02:51 +12:00
parent 5f7db51851
commit f2dcdabf29
3 changed files with 186 additions and 58 deletions

View File

@@ -25,7 +25,7 @@ DEFAULT_BAR_SETTINGS = {
"pattern": "pulse",
"delay": 100,
"colors": [(0, 255, 0)], # Default green
"brightness": 100,
"brightness": 10,
"num_leds": 200,
"n1": 10,
"n2": 10,