From 653dc55d8518f5b80939b504279c8b14effa93ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Fri, 25 Aug 2017 15:18:55 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04b9284..9e6c9e1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ESPTerm ESPTerm is a terminal emulator running on the ESP8266 WiFi chip. -The firmware emulates VT102 with some additional features based on `xterm` and later VT models, and the terminal screen can be accessed using any web browser, even on a phone or tablet. It works with ESP-01, ESP-01S and ESP-12 and likely many other modules. +The firmware emulates VT102 with some additional features based on `xterm` and later VT models, and the terminal screen can be accessed using any web browser, even on a phone or tablet. It works with ESP-01, ESP-01S, ESP-12 and likely many other modules (I use ESP-12 on a NodeMCU board for development). ESPTerm can be used to add remote access via WiFi to any embeded project, all you need is a serial port.