Commit 33810fd8 authored by plaasio's avatar plaasio 👷🏽

Update pnv.js

parent 8f40fa1d
......@@ -71,9 +71,9 @@ var action = await new Promise.race([getPySrc('rd-rfid.py', []), getPySrc('btns.
console.log(action);
getPySrc('lcd.py', ['scanning cont..', read]);
getPySrc('lcd.py', ['scanning cont..', action]);
var shared = await sendShare('','',read);
var shared = await sendShare('','',action);
console.log(shared);
}
......
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