You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
My project uses a Machine Control with an external display connected via USB-C directly to the Portenta H7 inside the MC using the Arduino_H7_Video and Arduino_PortentaMachineControl libraries and, of course, ArduinoIoTCloud.
After updating the IoT Cloud library from 2.5.1 to 2.7.0, the display started scrolling vertically.
To confirm the problem, I forced to disable the network configurator by editing the AIoTC_Config.h file on line 159:
Hello,
My project uses a Machine Control with an external display connected via USB-C directly to the Portenta H7 inside the MC using the Arduino_H7_Video and Arduino_PortentaMachineControl libraries and, of course, ArduinoIoTCloud.
After updating the IoT Cloud library from 2.5.1 to 2.7.0, the display started scrolling vertically.
To confirm the problem, I forced to disable the network configurator by editing the AIoTC_Config.h file on line 159:
and the display started working normally.
Is there any way to disable the network configurator?
Thanks,
D.
This is a video of the sketch with
NETWORK_CONFIGURATOR_ENABLEDset to 0IMG_0645.MOV
This is a video of the sketch with
NETWORK_CONFIGURATOR_ENABLEDset to 1IMG_0646.MOV