Add sdkconfig.defaults for BLE, remove bad CONFIG flags, increase stack

This commit is contained in:
ash
2026-06-30 06:36:40 +00:00
parent eab0b76c9d
commit 8a36296043
3 changed files with 10 additions and 3 deletions
+2
View File
@@ -348,8 +348,10 @@ void setup() {
Serial.println("[INIT] Initializing USB MIDI...");
midi_transport.begin();
delay(1500);
Serial.println("[INIT] Initializing BLE MIDI...");
delay(2000);
ble_midi_transport.begin();
Serial.println("[INIT] Registering MIDI callbacks...");