Skip to content

Commit

Permalink
Increased the maximum voltage for esaote probes to 90 V.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjarosik committed Nov 5, 2021
1 parent 10487b0 commit 44f31f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arrus/cfg/default.dict
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ probe_models: [
},
voltage_range: {
begin: 0,
end: 75
end: 90
}
},
{
Expand All @@ -375,7 +375,7 @@ probe_models: [
},
voltage_range: {
begin: 0,
end: 75
end: 90
}
},
{
Expand All @@ -391,7 +391,7 @@ probe_models: [
},
voltage_range: {
begin: 0,
end: 75
end: 90
}
},
{
Expand All @@ -407,7 +407,7 @@ probe_models: [
},
voltage_range: {
begin: 0,
end: 75
end: 90
}
},
{
Expand Down

0 comments on commit 44f31f4

Please sign in to comment.