s88 updates and icon

This commit is contained in:
znetsixe
2025-10-14 14:08:04 +02:00
parent 9dea685db7
commit e69825a48e
2 changed files with 12 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ class Valve {
this.childRegistrationUtils = new childRegistrationUtils(this); // Child registration utility
this.vCurve = this.curve[1.204]; // specificy the desired density RECALC THIS AUTOMTICALLY BASED ON DENSITY OF AIR LATER OLIFANT!!
this.predictKv = new predict({curve:this.vCurve}); // load valve size (x : ctrl , y : kv relationship)
this.logger.debug(`PredictKv initialized with curve: ${JSON.stringify(this.predictKv)}`);
//this.logger.debug(`PredictKv initialized with curve: ${JSON.stringify(this.predictKv)}`);
}
// -------- Config -------- //