Damiano Mazzella
Damiano Mazzella
@MarshallOfSound Did you get a chance to see the #3934 and my PR?
> @dmazzella I think it'd be good to add a test case showing what this PR fixes. It'll also help us catch regressions in the future. 🙇 done, i have...
I updated the PR to add `flora-colossus` (version 2.x which is CJS-compatible), which is undoubtedly the best approach in terms of functionality and performance.
see [#3934](https://github.com/electron/forge/issues/3934) for a solution
Hello, I can provide you templates, sketch and all you need to replicate it: ```bash ➜ ~ ~/Applications/arduino-cloud-cli device create --verbose --fqbn="arduino:mbed_portenta:envie_m7" --connection="wifi" --name=MCXX ``` ```bash ➜ ~ ~/Applications/arduino-cloud-cli thing...
Hello @fabik111 have you tried adding the following code in the the loop: ``` if (!Display.detect()) { NVIC_SystemReset(); } ``` ?