esp32: Fix maximum I2C FIFO size (now SSD1306 will work)

This commit is contained in:
Alan Carvalho de Assis 2022-12-08 11:43:11 -03:00 committed by Xiang Xiao
parent 27ea9f7625
commit fbdd246878
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
/* Default option */
#define I2C_FIFO_SIZE (255)
#define I2C_FIFO_SIZE (32)
#define I2C_FILTER_CYC_NUM_DEF (7)