higher max rpm
This commit is contained in:
parent
8933e79158
commit
c9c2cce97a
|
@ -8,8 +8,7 @@ TODO
|
|||
|
||||
int vis_textsize=12; //copy from Visualization class
|
||||
|
||||
//String logfile_name="LOG00008_rumfahren_neu.TXT";
|
||||
String logfile_name="20210529_Baerenbruch/LOG00229_phaseadavancestart500.TXT";
|
||||
String logfile_name="";
|
||||
int columnCount=20;
|
||||
|
||||
boolean useSerial=false; //false=read from csv log, true=read from serial port
|
||||
|
@ -23,7 +22,7 @@ float minCurrentDisplayed=-5;
|
|||
float maxCurrentDisplayed=20;
|
||||
|
||||
float minRPMDisplayed=-100;
|
||||
float maxRPMDisplayed=1000;
|
||||
float maxRPMDisplayed=1200;
|
||||
|
||||
//timeline
|
||||
float logdata_start_time=0;
|
||||
|
|
Loading…
Reference in New Issue