Commit b02d88d7 authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

test

parent 88af03b3
...@@ -92,6 +92,7 @@ BSSEngine.prototype.cmd = function(cmd,cb) ...@@ -92,6 +92,7 @@ BSSEngine.prototype.cmd = function(cmd,cb)
switch (command) { switch (command) {
case 'write': case 'write':
console.log('CMD WRITE....')
_self.cmd_write(param,cb); _self.cmd_write(param,cb);
break; break;
default: default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment