Compatibility with Arduino Uno R4 WiFi
Dario-Ciceri opened this issue · 3 comments
Hi, I keep getting this error, do you have any advice on what the problem might be?
Thank you.
#error "Unsupported board selected!" #error "Unsupported board selected!" 'SerialHCI' was not declared in this scope HCIUartTransportClass HCIUartTransport(SerialHCI, 912600); ^~~~~~~~~ suggested alternative: 'SerialUSB' HCIUartTransportClass HCIUartTransport(SerialHCI, 912600); ^~~~~~~~~ SerialUSB
I thought I solved it but I notice now that I have version 0.3.0 and still I have this error, so I don't know where else to look
I tried version 1.3.6 and it works, apparently I had both the firmware and the library at an incompatible version despite having just updated everything.
https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-1.3.6.zip