From fe2163cb82ca26e3aed59a722e29b1fd0f55461e Mon Sep 17 00:00:00 2001 From: Daniel Eichhorn Date: Sun, 9 Jul 2017 18:41:10 +0200 Subject: [PATCH] Removed additional imports --- esp8266-weather-station-color.ino | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/esp8266-weather-station-color.ino b/esp8266-weather-station-color.ino index fb61619..a47371d 100644 --- a/esp8266-weather-station-color.ino +++ b/esp8266-weather-station-color.ino @@ -41,6 +41,7 @@ See more at https://blog.squix.org #include #include + #include "ArialRounded.h" #include "moonphases.h" #include "weathericons.h" @@ -72,9 +73,6 @@ int BITS_PER_PIXEL = 2; // 2^2 = 4 colors ADC_MODE(ADC_VCC); -#include "ArialRounded.h" -#include "moonphases.h" -#include "weathericons.h" ILI9341_SPI tft = ILI9341_SPI(TFT_CS, TFT_DC);