bump neopixel package

and geohash package
This commit is contained in:
Dave Conway-Jones
2025-06-24 23:17:35 +01:00
parent 940bf18a1e
commit 84d557d3b3
3 changed files with 7 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ module.exports = function(RED) {
try {
if (ex && ex.pid) { ex.kill("SIGINT"); }
}
catch(e) {console.warn(e); }
catch(e) { console.warn(e); }
}, hostOptions.timeout+1000); //add 1s for grace
var res = false;