Is it possible to delay the initialization and startup of the LD2450?
Currently, the initialization of the LD2450 conflicts with the initialization of 4 I2C sensors.
If I disable the LD2450, everything works fine, but when everything is together, the sensors are scanned but marked as FAILED. I suspect that the ESP32 is trying to handle everything at once, which it can't manage.
Is it possible to delay the initialization and startup of the LD2450?
Currently, the initialization of the LD2450 conflicts with the initialization of 4 I2C sensors.
If I disable the LD2450, everything works fine, but when everything is together, the sensors are scanned but marked as FAILED. I suspect that the ESP32 is trying to handle everything at once, which it can't manage.