We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0965a1b + 66921fc commit 3bd2b6dCopy full SHA for 3bd2b6d
1 file changed
node_helper.js
@@ -22,7 +22,7 @@ module.exports = NodeHelper.create({
22
23
// Since on 64 bit OS's like Raspbian, path to vcgencmd is different
24
// we need to adjust it accordingly
25
- if (fs.existsSync(path) === false) {
+ if (fs.existsSync(command) === false) {
26
command = "/usr/bin/vcgencmd measure_temp"
27
}
28
0 commit comments