Skip to content

Commit

Permalink
adapted README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
klues committed Apr 12, 2024
1 parent 7d7f6a6 commit 5841c7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
================

Expand All @@ -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)


Expand Down

0 comments on commit 5841c7e

Please # to comment.