1
0
forked from me/IronOS

Merge branch 'Ralim:dev' into translation_update

This commit is contained in:
discip
2022-09-28 23:03:08 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ void FinishMeasureTipResistance() {
uint8_t newRes = 0; uint8_t newRes = 0;
if (reading > 8000) { if (reading > 8000) {
// return; // Change nothing as probably disconnected tip // return; // Change nothing as probably disconnected tip
} else if (reading < 5000) { } else if (reading < 4000) {
newRes = 62; newRes = 62;
} else { } else {
newRes = 80; newRes = 80;

View File

@@ -4,4 +4,4 @@
* i.e.: BUILD_VERSION = 'Rel. v2.08' --> Will generated to: 'v2.08.1a2b3c4' * i.e.: BUILD_VERSION = 'Rel. v2.08' --> Will generated to: 'v2.08.1a2b3c4'
*/ */
#define BUILD_VERSION "v2.19" #define BUILD_VERSION "v2.20"