From 03179a0ff0cb5536087d7d275bd2d7a6cdfdafe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 29 Jan 2017 15:18:00 +0100 Subject: [PATCH] readme --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5978188..a3f7759 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,9 @@ The screen size is adjustable up to 25x80 (via a special control sequence) and u - To resize the screen, send `\e]W;\a` (it's an OSC code, terminated by ST). -- 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, I still hadn't decided on the best encoding. +- Buttons pressed in the browser UI send ASCII codes 1..5. Mouse clicks are sent as `\e[;M`. -- By tapping the header on the terminal page, you'll open the WiFi config page. It's in essence the - esphttpd's wifi config page, but re-styled and much improved. You can set AP SSID, channel, see the IP - address etc right there. +- There's a built-in WiFi config page and a Help page with a list of all supported ANSI sequences etc. ## Development