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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user