├── .gitattributes ├── 01_ESP8266 └── VSCode.rar ├── 03_Server script └── esp │ ├── MeinText.txt │ └── index.php ├── 06_Doc ├── photos │ ├── IMG_5239.JPG │ ├── IMG_5240.JPG │ ├── IMG_5260.JPG │ ├── IMG_5261.JPG │ ├── IMG_5262.JPG │ ├── IMG_5269.JPG │ ├── IMG_5270.JPG │ └── Picture_Cut.jpg ├── pin_connection.pdf └── pin_connection.xlsx ├── Deutsch.md ├── LICENSE └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DIYDave/ScrollText-ESP8266/HEAD/.gitattributes -------------------------------------------------------------------------------- /01_ESP8266/VSCode.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DIYDave/ScrollText-ESP8266/HEAD/01_ESP8266/VSCode.rar -------------------------------------------------------------------------------- /03_Server script/esp/MeinText.txt: -------------------------------------------------------------------------------- 1 | Test messageEOT -------------------------------------------------------------------------------- /03_Server script/esp/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DIYDave/ScrollText-ESP8266/HEAD/03_Server script/esp/index.php -------------------------------------------------------------------------------- /06_Doc/photos/IMG_5239.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DIYDave/ScrollText-ESP8266/HEAD/06_Doc/photos/IMG_5239.JPG -------------------------------------------------------------------------------- /06_Doc/photos/IMG_5240.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DIYDave/ScrollText-ESP8266/HEAD/06_Doc/photos/IMG_5240.JPG -------------------------------------------------------------------------------- /06_Doc/photos/IMG_5260.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DIYDave/ScrollText-ESP8266/HEAD/06_Doc/photos/IMG_5260.JPG -------------------------------------------------------------------------------- /06_Doc/photos/IMG_5261.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DIYDave/ScrollText-ESP8266/HEAD/06_Doc/photos/IMG_5261.JPG -------------------------------------------------------------------------------- /06_Doc/photos/IMG_5262.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DIYDave/ScrollText-ESP8266/HEAD/06_Doc/photos/IMG_5262.JPG -------------------------------------------------------------------------------- /06_Doc/photos/IMG_5269.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DIYDave/ScrollText-ESP8266/HEAD/06_Doc/photos/IMG_5269.JPG -------------------------------------------------------------------------------- /06_Doc/photos/IMG_5270.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DIYDave/ScrollText-ESP8266/HEAD/06_Doc/photos/IMG_5270.JPG -------------------------------------------------------------------------------- /06_Doc/photos/Picture_Cut.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DIYDave/ScrollText-ESP8266/HEAD/06_Doc/photos/Picture_Cut.jpg -------------------------------------------------------------------------------- /06_Doc/pin_connection.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DIYDave/ScrollText-ESP8266/HEAD/06_Doc/pin_connection.pdf -------------------------------------------------------------------------------- /06_Doc/pin_connection.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DIYDave/ScrollText-ESP8266/HEAD/06_Doc/pin_connection.xlsx -------------------------------------------------------------------------------- /Deutsch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DIYDave/ScrollText-ESP8266/HEAD/Deutsch.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DIYDave/ScrollText-ESP8266/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DIYDave/ScrollText-ESP8266/HEAD/README.md --------------------------------------------------------------------------------