I have an R4 WiFi that crashes when I call ArduinoCloud.update(), which apparently engages the WiFi capability for the first time.
I have two identical R4s, both flashed to firmware 0.4.1, both in identical, bare condition (nothing plugged into them except the USB cable), and one exhibits this behavior while the other one works just fine.
In testing, I'm running identical code (the same sketch) on both boards, from IDE 2.3.2. The only thing I do is unplug one board from the USB cable, and replace it with the other board.
Very reliably (100% of the time) one board crashes on the call to ArduinoCloud.update(), while the other one succeeds. I've rebuilt and redeployed my sketch many times to both boards, and the behavior persists.
Anyone have any idea what's happening here
