diff options
Diffstat (limited to 'src/AccessoryCards/LoraCard15.cpp')
-rw-r--r-- | src/AccessoryCards/LoraCard15.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/AccessoryCards/LoraCard15.cpp b/src/AccessoryCards/LoraCard15.cpp index f71bff3..fb67943 100644 --- a/src/AccessoryCards/LoraCard15.cpp +++ b/src/AccessoryCards/LoraCard15.cpp @@ -42,4 +42,7 @@ void Device::Lora15Card::AddToDeviceInfo(const std::string Port, rapidjson::Value().SetString(spiPath.c_str(), device.acAlloc), device.acAlloc); device.accessoryCard.AddMember("fpgaVersion", fpgaVersion, device.acAlloc); + if (fpgaVersion == 33 || fpgaVersion == 35) { + device.capabilityList["loraLbt"] = true; + } }
\ No newline at end of file |