Incidentally, I can't - the chain of I2C instructions (using the IDF driver) runs out of heap space somewhere between trying to read 30 and 60 bytes in a single transaction (malloc fails).
EDIT: probably my own stupid fault for using i2c_master_read_byte in a loop instead of a single i2c_master_read...