Rename file

This commit is contained in:
nopnop2002 2019-04-21 10:25:02 +09:00
parent 315951bb10
commit 218b1b8c28
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "ssd1366.h"
#include "ssd1306.h"
// You have to set this config value with menuconfig
// CONFIG_MODEL

View File

@ -6,7 +6,7 @@
#include "driver/i2c.h"
#include "esp_log.h"
#include "ssd1366.h"
#include "ssd1306.h"
#include "font8x8_basic.h"
#define tag "SSD1306"