fix for naming mismatch
This commit is contained in:
Родитель
8986b6db82
Коммит
3354844627
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче