In i2c_device_config_t, I enable ACK checking through 'uint32_t disable_ack_check' which says: "Disable ACK check. If this is set false, that means ack check is enabled, the transaction will be stopped and API returns error when nack is detected." But for 'esp_err_t i2c_master_...
We are new to ESP32 and are just getting started. We have an ESP32-C6-DevKiC-1-N8 and I'm doing a simple i2c test. I can successfully read from an I2C device (its an RTC clock) and it works. However, if the device is disconnected from the bus, the `i2c_master_transmit_receive...