as the I2C_NUM_0 is already occupied for a i2c slave, i.e. there are both master and slave i2c ports in use simultaneously in the same ESP32. If using the legacy i2c API, then trying to use LP_I2C_NUM_0 as the port is handled gracefully with an error description (although with a...