Skip to content

Commit 294aa10

Browse files
committed
Merge branch 'KevinBoergens-master' into testing
2 parents 1b780c5 + b803e3d commit 294aa10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Plugins/RhythmNode/RHD2000Editor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ void FPGAchannelComponent::setImpedanceValues(float mag, float phase)
386386
if (impedance != nullptr)
387387
{
388388
if (mag > 10000)
389-
impedance->setText(String(mag/1e6,2)+" mOhm, "+String((int)phase) + " deg",juce::NotificationType::dontSendNotification);
389+
impedance->setText(String(mag/1e6,2)+" MOhm, "+String((int)phase) + " deg",juce::NotificationType::dontSendNotification);
390390
else if (mag > 1000)
391391
impedance->setText(String(mag/1e3,0)+" kOhm, "+String((int)phase) + " deg" ,juce::NotificationType::dontSendNotification);
392392
else

0 commit comments

Comments
 (0)