Fix arduino nodes servo/pwm output to reduce jitter

to close #584
This commit is contained in:
Dave Conway-Jones
2019-10-22 22:05:49 +01:00
parent 04daa5b97e
commit ca88faa7ca
2 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-arduino",
"version" : "0.2.3",
"version" : "0.2.4",
"description" : "A Node-RED node to talk to an Arduino running firmata",
"dependencies" : {
"firmata" : "^2.0.0"