linklemming
10 mW
- Joined
- Aug 25, 2011
- Messages
- 33
angusinalberta said:linklemming writes
The stock firmware uses torque assist levels of 0.4, 0.75, 1.5, and 3.0I can definately feel difference between assist 1(0.5) and 2(1.0) but 3-5(1.5,2.0,2.5) seem the same unless I intentionally barely use the pedals (low cadence, low pressure)
Note the progression, each step is double. Try something like that.
What stock firmware are you talking about?
From the actual code, which is exactly what I see on the LCD for Configuration Menu 3:Assist Level Setup
D:\TSDZ2-SW\TSDZ2-Smart-EBike-master\src\display\KT-LCD3\main.h (21 hits)
Line 40: #define DEFAULT_VALUE_ASSIST_LEVEL_FACTOR_1 5 // 0.5
Line 41: #define DEFAULT_VALUE_ASSIST_LEVEL_FACTOR_2 10
Line 42: #define DEFAULT_VALUE_ASSIST_LEVEL_FACTOR_3 15
Line 43: #define DEFAULT_VALUE_ASSIST_LEVEL_FACTOR_4 20
Line 44: #define DEFAULT_VALUE_ASSIST_LEVEL_FACTOR_5 25
Line 45: #define DEFAULT_VALUE_ASSIST_LEVEL_FACTOR_6 35
Line 46: #define DEFAULT_VALUE_ASSIST_LEVEL_FACTOR_7 40
Line 47: #define DEFAULT_VALUE_ASSIST_LEVEL_FACTOR_8 45
Line 48: #define DEFAULT_VALUE_ASSIST_LEVEL_FACTOR_9 50