diff --git a/loraprs_service.cpp b/loraprs_service.cpp index e139b5a..f95283e 100644 --- a/loraprs_service.cpp +++ b/loraprs_service.cpp @@ -805,6 +805,7 @@ void Service::onControlCommand(Cmd cmd, byte value) void Service::onRadioControlCommand(const std::vector &rawCommand) { if (config_.KissEnableExtensions && rawCommand.size() == sizeof(SetHardware)) { + LOG_INFO("Setting new radio parameters"); const struct SetHardware * setHardware = reinterpret_cast(rawCommand.data()); config_.LoraFreq = be32toh(setHardware->freq);