Added persistent config for RFspace source

This commit is contained in:
AlexandreRouma
2022-01-02 15:34:55 +01:00
parent aab9d9e6ad
commit a58ae2bd98
3 changed files with 74 additions and 16 deletions

View File

@@ -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));
}