Skip to content

Commit 7ee87ad

Browse files
committed
fix eTFT example
1 parent fd83b70 commit 7ee87ad

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

examples/adafruitGfx/eTFT/TFT_eSPI/TFT_eSPI.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ www.r-site.net
1515
#include <menuIO/serialIO.h>
1616
#include <menuIO/TFT_eSPIOut.h>
1717
// #include <menuIO/chainStream.h>
18+
#include <menuIO/esp8266Out.h>//must include this even if not doing web output...
1819

1920
using namespace Menu;
2021

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoMenu library
2-
version=4.17.9
2+
version=4.17.10
33
author=Rui Azevedo, [email protected]
44
maintainer=neu-rah, [email protected]
55
sentence=Generic menu/interactivity system

src/menuIO/esp8266Out.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,4 @@
108108
//template<typename T> inline esp8266Out& operator<<(esp8266Out&o , T t) {return o.operator<<(t);}
109109

110110
}//namespace Menu
111-
112111
#endif

0 commit comments

Comments
 (0)