Fit to ESP-IDF version v4.1

This commit is contained in:
nopnop2002 2019-10-05 13:45:52 +09:00
parent 333fda60b2
commit 4e9e5b1cca

View File

@ -30,7 +30,7 @@ void app_main(void)
{
SSD1306_t dev;
int center, top, bottom;
char lineChar[16];
char lineChar[20];
#if CONFIG_I2C_INTERFACE
ESP_LOGI(tag, "INTERFACE is i2c");