readme improvement

This commit is contained in:
2017-01-24 12:58:19 +01:00
parent b31f3b9335
commit c9b03ebca1
+2 -1
View File
@@ -38,7 +38,8 @@ The screen size should be adjustable up to 25x80 (via a special control sequence
- All ANSI sequences that make sense, as well as control codes like Backspace and CR / LF are implemented.
Set colors with your usual `\e[31;1m` etc (see Wikipedia). `\e` is the ASCII code 27 (ESC).
- Buttons pressed in the browser UI
- Buttons pressed in the browser UI send ASCII codes 1..5. Mouse clicks also send events to the server,
but currently don't generate any output in the terminal.
- There is also currently no way to set up the WiFi, so it'll use whatever you configured the ESP to
in your previous project. This'll be addressed later.