Skip to content

Commit

Permalink
add Lambda and AFR Datalog entry aliases
Browse files Browse the repository at this point in the history
MegaLogViewer looks for these by default
  • Loading branch information
nmschulte committed Jan 25, 2025
1 parent 2d56f86 commit cb3577a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion firmware/tunerstudio/tunerstudio.template.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,15 @@ gaugeCategory = GPPWM Outputs
[Datalog]
; entry = Channel, Label, Type, Format, Enabled Cond, Lag
entry = time, @@GAUGE_NAME_TIME@@, float, "%.3f"

#if LAMBDA
entry = lambdaValues1, "Lambda", float, "%.3f", 1
; entry = lambdaValues2, "Lambda", float, "%.3f", 0
; entry = lambdaValues3, "Lambda", float, "%.3f", 0
; entry = lambdaValues4, "Lambda", float, "%.3f", 0
#else
entry = AFRValue, "AFR", float, "%.2f", 1
; entry = AFRValue2, "AFR", float, "%.2f", 0
#endif
@@DATALOG_SECTION_FROM_FILE@@

[Menu]
Expand Down

0 comments on commit cb3577a

Please sign in to comment.