fixes and impovements

This commit is contained in:
MX
2022-09-11 02:09:02 +03:00
parent f94517fdab
commit bcaf898c57
13 changed files with 217 additions and 115 deletions
+1 -1
View File
@@ -504,7 +504,7 @@ uint8_t nrf24_find_channel(
}
if(autoinit) {
FURI_LOG_I("nrf24", "initializing radio for channel %d", ch);
FURI_LOG_D("nrf24", "initializing radio for channel %d", ch);
nrf24_configure(handle, rate, srcmac, dstmac, maclen, ch, false, false);
return ch;
}