We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0af25 commit 2fd8c38Copy full SHA for 2fd8c38
tests/demos/micro.js
@@ -2,7 +2,7 @@ var Avrgirl = require('../../avrgirl-arduino');
2
var board = {
3
name: 'micro',
4
baud: 57600,
5
- signature: new Buffer([0x43, 0x41, 0x54, 0x45, 0x52, 0x49, 0x4e]),
+ signature: Buffer.from([0x43, 0x41, 0x54, 0x45, 0x52, 0x49, 0x4e]),
6
productId: ['0x0037', '0x8037', '0x0036'],
7
protocol: 'avr109'
8
};
0 commit comments