Device: FIRE3: Update disk counts

This commit is contained in:
Jonathan Schwartz
2026-02-06 14:32:31 -05:00
committed by Kyle Schwarz
parent 1f10adb760
commit 730aaf5fed
2 changed files with 13 additions and 0 deletions
@@ -102,6 +102,15 @@ protected:
bool supportsEraseMemory() const override {
return true;
}
size_t getDiskCount() const override {
return 2;
}
bool supportsNetworkMutex() const override {
return true;
}
};
}