From 874812fd76c0f71c57bc12f6bdc2457b95f67196 Mon Sep 17 00:00:00 2001 From: Alvin Lai Date: Sun, 6 Dec 2020 22:26:17 +0800 Subject: [PATCH] Cleanup --- README.md | 6 +++++- index.js | 4 ---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d2f91d3..2739639 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ -# C-PowerLED +# C-Power LED A simple microsocket to communication with C-Power Lumen China via TCP + +Credits to microsocket/CP5200 https://github.com/microsocket/CP5200.git (page not found) + + diff --git a/index.js b/index.js index cf351e6..2467436 100644 --- a/index.js +++ b/index.js @@ -3,10 +3,6 @@ const qs = require('querystring'); const net = require('net'); const _ = require('./services/common'); -/* -Credits to microsocket/CP5200 https://github.com/microsocket/CP5200.git (page not found) -*/ - http.createServer(function(req,res) { var body = ''; req.on('data', function(data) {