From d383521144f97e9c1da22a41cf7dba4e755a89dc Mon Sep 17 00:00:00 2001 From: Bodmer Date: Wed, 22 Feb 2017 23:02:33 +0000 Subject: [PATCH] Correct search and replace error! --- examples/Generic/ESP8266_uncannyEyes/ESP8266_uncannyEyes.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Generic/ESP8266_uncannyEyes/ESP8266_uncannyEyes.ino b/examples/Generic/ESP8266_uncannyEyes/ESP8266_uncannyEyes.ino index e9b1164..0e3654e 100644 --- a/examples/Generic/ESP8266_uncannyEyes/ESP8266_uncannyEyes.ino +++ b/examples/Generic/ESP8266_uncannyEyes/ESP8266_uncannyEyes.ino @@ -25,7 +25,7 @@ /* //-------------------------------------------------------------------------- // Uncanny eyes for PJRC Teensy 3.1 with Adafruit 1.5" OLED (product #1431) -// or 1.44" eye[e].tft LCD (#2088). This uses Teensy-3.1-specific features and +// or 1.44" TFT LCD (#2088). This uses Teensy-3.1-specific features and // WILL NOT work on normal Arduino or other boards! Use 72 MHz (Optimized) // board speed -- OLED does not work at 96 MHz. //