esp32: Fix maximum I2C FIFO size (now SSD1306 will work)
This commit is contained in:
parent
27ea9f7625
commit
fbdd246878
|
@ -84,7 +84,7 @@
|
|||
|
||||
/* Default option */
|
||||
|
||||
#define I2C_FIFO_SIZE (255)
|
||||
#define I2C_FIFO_SIZE (32)
|
||||
|
||||
#define I2C_FILTER_CYC_NUM_DEF (7)
|
||||
|
||||
|
|
Loading…
Reference in New Issue