mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
esp32: Fix maximum I2C FIFO size (now SSD1306 will work)
This commit is contained in:
committed by
Xiang Xiao
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user