Replies: 2 comments 1 reply
|
His this is known to build properly. |
0 replies
|
I have no error after updating STM32duinoBLE to version 1.4.0 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello. I´m trying to run BatteryMonitor example with NUCLEO WB55 and ´m getting this error:
\libraries\STM32duinoBLE\src\utility\HCISharedMemTransport.cpp:29:2: error: #error "Unsupported board or shield selected!"
29 | #error "Unsupported board or shield selected!"
\libraries\STM32duinoBLE\src\utility\HCISharedMemTransport.cpp:781:39: error: 'HCISharedMemTransport' was not declared in this scope; did you mean 'HCISharedMemTransportClass'?
781 | HCITransportInterface& HCITransport = HCISharedMemTransport;
| ^~~~~~~~~~~~~~~~~~~~~
| HCISharedMemTransportClass
exit status 1
Compilation error: exit status 1
Any help please?
All reactions