bs2-programmer
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -72,3 +72,3 @@ 'use strict'; | ||
}) | ||
.timeout(200, new Error(revision.name + ' did not respond. Check power, connection, or maybe this is not a ' + revision.name)) | ||
.timeout(200, new Error('Board did not respond, check power and connection.')) | ||
.then(revision.lookup); | ||
@@ -75,0 +75,0 @@ |
{ | ||
"name": "bs2-programmer", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Upload tokenized hex to Basic Stamp 2", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -28,3 +28,3 @@ 'use strict'; | ||
Code.expect(error).to.exist(); | ||
Code.expect(error.message).to.equal('BS2 did not respond. Check power, connection, or maybe this is not a BS2'); | ||
Code.expect(error.message).to.equal('Board did not respond, check power and connection.'); | ||
done(); | ||
@@ -31,0 +31,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29753