mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
4 ohm tip (#1868)
* Add 4 ohm PTS200 tip for PinecilV2 * Add PTS200 4 ohm tip to TS101 * Update BSP.cpp
This commit is contained in:
@@ -308,6 +308,8 @@ void FinishMeasureTipResistance() {
|
||||
return;
|
||||
} else if (reading < 200) {
|
||||
tipShorted = true;
|
||||
} else if (reading < 520) {
|
||||
newRes = 40;
|
||||
} else if (reading < 800) {
|
||||
newRes = 62;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user