alf45tar / PedalinoMini

Wireless and Bluetooth MIDI Foot Controller
GNU General Public License v3.0
479 stars 84 forks source link

Error building in VSCode #457

Closed DWSQUIRES closed 11 months ago

DWSQUIRES commented 12 months ago

Hi there,

I'm trying to install 3.1.7 and I get this error

In file included from .pio/libdeps/esp32dev/OSC/SLIPEncodedBluetoothSerial.cpp:1:0: .pio/libdeps/esp32dev/OSC/SLIPEncodedBluetoothSerial.h:11:29: fatal error: BluetoothSerial.h: No such file or directory

and then

compilation terminated. *** [.pio\build\esp32dev\libabd\OSC\SLIPEncodedBluetoothSerial.cpp.o] Error 1

I'm pretty rookie with code so I don't know what this means. Any ideas?

Thanks in advance Dan

alf45tar commented 11 months ago

The error is related to last version of OSC library. I will release a fix with version 3.1.8

See https://github.com/CNMAT/OSC/issues/139

alf45tar commented 11 months ago

Version 3.1.8 just released