mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-18 22:32:44 +00:00
Added persistent config for RFspace source
This commit is contained in:
@@ -125,7 +125,6 @@ namespace rfspace {
|
||||
|
||||
void RFspaceClientClass::setPort(RFPort port) {
|
||||
uint8_t value = port;
|
||||
spdlog::warn("{0}", value);
|
||||
setControlItemWithChanID(RFSPACE_CTRL_ITEM_RF_PORT, 0, &value, sizeof(value));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user