From 2e81bcd083a27543d2259f617ffc81f2ddfc69ad Mon Sep 17 00:00:00 2001 From: john stone Date: Fri, 16 Dec 2011 19:25:54 +0100 Subject: [PATCH] leak joker deaktivated --- index.html | 6 ------ server.js | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 0abed91..7a0344d 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,6 @@ -
  • 0 @@ -45,7 +44,6 @@ -
  • 0 @@ -55,7 +53,6 @@ -
  • @@ -103,7 +100,6 @@ -
    @@ -114,7 +110,6 @@ -
    @@ -125,7 +120,6 @@ - diff --git a/server.js b/server.js index 33e0dd6..b881cd8 100644 --- a/server.js +++ b/server.js @@ -56,7 +56,7 @@ var IRC_SERVER = 'irc.hackint.eu'; var IRC_CHAN = '#pentanews'; var chat = new irc({ server: IRC_SERVER, encoding: 'utf-8', - nick: '[Ceiling]Cat' + nick: '[Ceiling]Katze' }); function connectChat() { chat.connect(); @@ -104,7 +104,7 @@ function pushIrcInfo() { /* * Buttons */ -var buzz = new (require('./buzz_iface/node_lib/buzz').Buzz)('/dev/pentabuzzer'); +var buzz = new (require('./buzz_iface/node_lib/buzz').Buzz)('/dev/ttyUSB0'); buzz.on('button', function(key) { console.log({button:key}); sendToFrontend({ buzzer: key });