fix bug that points to non-exiting file
Thank you @alf45tar for pointing this out
This commit is contained in:
parent
940c1aa886
commit
6eaf748522
|
|
@ -12,5 +12,5 @@
|
||||||
|
|
||||||
#if defined(ESP32)
|
#if defined(ESP32)
|
||||||
#include "Ble_esp32.h"
|
#include "Ble_esp32.h"
|
||||||
#include "BleMidiClient_esp32.h"
|
#include "BleClient_esp32.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue