From deca94405b452b2a8accfad482035000e64db0bd Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Tue, 28 Jun 2016 20:10:33 +0200 Subject: [PATCH] Added demo gui for testing without gsm module --- demo.html | 220 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ demo.js | 0 test.js | 7 -- 3 files changed, 220 insertions(+), 7 deletions(-) create mode 100644 demo.html create mode 100644 demo.js delete mode 100644 test.js diff --git a/demo.html b/demo.html new file mode 100644 index 0000000..929bee9 --- /dev/null +++ b/demo.html @@ -0,0 +1,220 @@ + + + + + + Chat + + + + + + + + +
+
+ + +
+ + + + diff --git a/demo.js b/demo.js new file mode 100644 index 0000000..e69de29 diff --git a/test.js b/test.js deleted file mode 100644 index db09025..0000000 --- a/test.js +++ /dev/null @@ -1,7 +0,0 @@ -var utfx = require("utfx"); -//console.log(utfx.assertCharCode(0xD83DDE03)); - -//var bytes = ["f09f9883"]; - -var charcode = "0031"; -console.log(String.fromCharCode(parseInt(charcode, 16)));