Device: FIRE3 Flexray: Add to supported devices for Live Data

136-add-android-support
Jonathan Schwartz 2023-09-21 21:28:23 +00:00 committed by Kyle Schwarz
parent e97b307c4d
commit cc7cffe068
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ protected:
bool supportsWiVI() const override { return true; }
bool supportsLiveData() const override { return true; }
std::optional<MemoryAddress> getCoreminiStartAddressFlash() const override {
return 512*4;
}