Skip to content

Commit

Permalink
The range is extended to 700mv max
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Jul 13, 2024
1 parent 1d17362 commit ff77618
Showing 1 changed file with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,5 +266,53 @@
{
"name": "650 mV",
"dec": "650000"
},
{
"name": "655 mV - Unsafe",
"dec": "655000"
},
{
"name": "660 mV - Unsafe",
"dec": "660000",
"color": "Orange"
},
{
"name": "665 mV - Unsafe",
"dec": "665000",
"color": "Orange"
},
{
"name": "670 mV - Unsafe",
"dec": "670000",
"color": "Orange"
},
{
"name": "675 mV - Unsafe",
"dec": "675000",
"color": "Orange"
},
{
"name": "680 mV - Unsafe",
"dec": "680000",
"color": "Orange"
},
{
"name": "685 mV - Unsafe",
"dec": "685000"
},
{
"name": "690 mV - Unsafe",
"dec": "690000",
"color": "Orange"
},
{
"name": "695 mV - Unsafe",
"dec": "695000",
"color": "Orange"
},
{
"name": "700 mV - Unsafe",
"dec": "700000",
"color": "Orange"
}
]

0 comments on commit ff77618

Please sign in to comment.