fix: Korrektur der Stellen, an denen fälschlicherweise isolationswert statt schleifenwiderstand in der Anzeige-Logik für "Schleifenfehler" verwendet wurde.

This commit is contained in:
ISA
2024-10-28 11:04:10 +01:00
parent ef069e45ea
commit 5c13254ab9

View File

@@ -554,7 +554,7 @@ function Kue705FO({
<div className="absolute bottom-[5px] left-1/2 transform -translate-x-1/2 w-[100px] flex justify-center items-center">
<div className="text-center text-black text-[10px]">
<p>{currentDisplayValue + " KOhm"}</p>
<p>{schleifenwiderstand + " KOhm"}</p>
</div>
</div>
</div>