From 5841c7e4a7b7c73f279e08081596bcbb33832d72 Mon Sep 17 00:00:00 2001 From: Benjamin Klaus Date: Fri, 12 Apr 2024 10:33:21 +0200 Subject: [PATCH] adapted README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3eeee2b..c46f393 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +**Adaptions in this fork:** changed `uart.js` to be usable for both Bluetooth and Serial connections, without user selecting the connection type. See [demo of adapted uart.js](https://asterics.github.io/EspruinoWebTools/examples/uart.html). + + EspruinoWebTools ================ @@ -14,7 +17,7 @@ Espruino devices straight from the web browser. UART.write('LED1.set();\n'); ``` -* [Simple test](https://espruino.github.io/EspruinoWebTools/examples/uart.html) +* [Simple test](https://asterics.github.io/EspruinoWebTools/examples/uart.html) * [Log data to a file](https://espruino.github.io/EspruinoWebTools/examples/logtofile.html)