update wording to direct users to the feature report

This commit is contained in:
Jakob Ketterl 2021-09-20 14:45:00 +02:00
parent cb29fc251c
commit 4b36aca6fc

View File

@ -89,7 +89,7 @@ DemodulatorPanel.prototype.setMode = function(requestedModulation) {
return; return;
} }
if (!mode.isAvailable()) { if (!mode.isAvailable()) {
divlog('Modulation "' + mode.name + '" not supported. Please check requirements', true); divlog('Modulation "' + mode.name + '" not supported. Please check the feature report', true);
return; return;
} }