We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e344173 commit 514d561Copy full SHA for 514d561
examples/PortentaH7Logger/PortentaH7Logger.ino
@@ -160,7 +160,7 @@ void setup() {
160
//configureRS485(baudrate);
161
//Serial.println("RS485 goes brrr...");
162
163
- if (!internalStorage.begin() == 0) {
+ if (!internalStorage.begin()) {
164
Serial.println("Failed to initialize internal storage");
165
return;
166
} else {
0 commit comments