Update OpenBCI_32bit_Library.cpp
Esse commit está contido em:
@@ -419,6 +419,10 @@ boolean OpenBCI_32bit_Library::processChar(char character) {
|
|||||||
printSerial("Wifi soft reset");
|
printSerial("Wifi soft reset");
|
||||||
sendEOT();
|
sendEOT();
|
||||||
break;
|
break;
|
||||||
|
case OPENBCI_GET_VERSION:
|
||||||
|
printAll("v3.1.0");
|
||||||
|
sendEOT();
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@@ -707,7 +711,7 @@ void OpenBCI_32bit_Library::boardReset(void) {
|
|||||||
printAll("On Daisy ADS1299 Device ID: 0x"); printlnHex(ADS_getDeviceID(ON_DAISY));
|
printAll("On Daisy ADS1299 Device ID: 0x"); printlnHex(ADS_getDeviceID(ON_DAISY));
|
||||||
}
|
}
|
||||||
printAll("LIS3DH Device ID: 0x"); printlnHex(LIS3DH_getDeviceID());
|
printAll("LIS3DH Device ID: 0x"); printlnHex(LIS3DH_getDeviceID());
|
||||||
printlnAll("Firmware: v3.0.1");
|
printlnAll("Firmware: v3.1.0");
|
||||||
sendEOT();
|
sendEOT();
|
||||||
delay(5);
|
delay(5);
|
||||||
wifi.reset();
|
wifi.reset();
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário