• Me No Dev's avatar
    Fix I2C Scan for S2 and C3 (#5528) · e5bd18d6
    Me No Dev authored
    Thanks @chegewara
    
    I2C Scan was failing because i2c_master_write does not accept size of 0. This change checks and skips that call if no length is provided (usually when scanning)
    e5bd18d6
esp32-hal-i2c.c 71.1 KB