diff --git a/frontend/apps/webiopiApp.js b/frontend/apps/webiopiApp.js index a7ed955..9211f4d 100644 --- a/frontend/apps/webiopiApp.js +++ b/frontend/apps/webiopiApp.js @@ -7,7 +7,7 @@ function app() { console.log("---- read direction of led pin: ", data); }); ROT.writeTag("ledValue", 1, function(data) { - console.log("---- write tag dummy: ", data); + console.log("---- write tag ledValue: ", data); }); } ROT.init(app);