-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
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:
#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_OPTA) || defined(ARDUINO_GIGA) \
|| defined(ARDUINO_UNOR4_WIFI) || defined (ARDUINO_PORTENTA_C33)
#define NETWORK_CONFIGURATOR_ENABLED (0)
#else
#define NETWORK_CONFIGURATOR_ENABLED (0)
#endif
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_ENABLED
set to 0
IMG_0645.MOV
This is a video of the sketch with NETWORK_CONFIGURATOR_ENABLED
set to 1
IMG_0646.MOV
Metadata
Metadata
Assignees
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project