We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5976a88 + adf13b1 commit 8d4c246Copy full SHA for 8d4c246
Software/NodeJS/src/gopigo3.js
@@ -19,7 +19,7 @@ const SPIDevice = require('spi-device');
19
const sleep = require('sleep');
20
21
class Gopigo3 {
22
- static FIRMWARE_VERSION_REQUIRED = '0.3.x';
+ static FIRMWARE_VERSION_REQUIRED = '1.0.x';
23
// Make sure the top 2 of 3 numbers match
24
static SPI_MAX_SPEED_HZ = 500000;
25
static SPI_MODE = 0b00;
0 commit comments