This repository was archived by the owner on Feb 28, 2024. It is now read-only.
This repository was archived by the owner on Feb 28, 2024. It is now read-only.
PMC freeze when using ArduinoBLE with Arduino_MachineControl included. #73
Description
Portenta Machine Control (PMC) crash when the begin
function is called for the ArduinoBLE library when Arduino_MachineControl.h
is included in the same sketch.
To reproduce
- Upload the Portenta BLE example without changes (https://docs.arduino.cc/tutorials/portenta-h7/por-ard-ble).
- Verify functionality. (Optional).
- Include header file Arduino_MachineControl.h. (#include <Arduino_MachineControl.h>)
- Upload sketch and note that the Portenta Machine Control will freeze.
Library versions used
- ArduinoBLE v1.2.1.
- Arduino_MachineControl v1.1.0.