|
@@ -1,10 +1,11 @@
|
|
|
<html>
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
- <title>Hello World!</title>
|
|
|
+ <title>Especially Flasher</title>
|
|
|
</head>
|
|
|
<body>
|
|
|
- <h1>Hello World!</h1>
|
|
|
+ <h1>Especially Flasher</h1>
|
|
|
+ <h2>A GUI for flashing the Espruino JavaScript runtime on the ESP8266</h2>
|
|
|
<script>
|
|
|
var getAvailablePorts = require("./spike/available_serial_ports");
|
|
|
getAvailablePorts().then((ports) => {
|