mirror of
https://github.com/FAUSheppy/ths-datenlogger
synced 2025-12-08 12:48:32 +01:00
removed obsolete config lines
This commit is contained in:
committed by
atlantispc_sheppy
parent
b696de9f9b
commit
4bcd2dfe39
@@ -21,9 +21,9 @@ def main_repl(datapoints,path,date1=None,date2=None,done1=False,done2=False):
|
|||||||
while not done2:
|
while not done2:
|
||||||
date2,done2,raw2 = futils.input_date_repl(datapoints,startdate=False)
|
date2,done2,raw2 = futils.input_date_repl(datapoints,startdate=False)
|
||||||
|
|
||||||
# save history here
|
# save history here (stardate then enddate)
|
||||||
futils.save_history(raw1)
|
|
||||||
futils.save_history(raw2)
|
futils.save_history(raw2)
|
||||||
|
futils.save_history(raw1)
|
||||||
|
|
||||||
### CHECK DATES ###
|
### CHECK DATES ###
|
||||||
done1,done2 = futils.check_dates(path,date1,date2)
|
done1,done2 = futils.check_dates(path,date1,date2)
|
||||||
|
|||||||
@@ -50,7 +50,6 @@ enable_automatic_date_correction = yes
|
|||||||
# history options
|
# history options
|
||||||
history_file_length = 1000
|
history_file_length = 1000
|
||||||
history_show = 10
|
history_show = 10
|
||||||
history_save_on_call = no
|
|
||||||
history_double_col = yes
|
history_double_col = yes
|
||||||
|
|
||||||
###### PLOT Styles (Farben, Scala, Linestyles) ######
|
###### PLOT Styles (Farben, Scala, Linestyles) ######
|
||||||
|
|||||||
Reference in New Issue
Block a user