We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bafcee + 7c539b5 commit 7d9ee2dCopy full SHA for 7d9ee2d
src/ignitech.cpp
@@ -521,21 +521,21 @@ int IGNITECH::get_advance1() {
521
Simple Getter
522
*/
523
int IGNITECH::get_advance2() {
524
- return ignition.advance_1_deg;
+ return ignition.advance_2_deg;
525
}
526
527
/*
528
529
530
int IGNITECH::get_advance3() {
531
+ return ignition.advance_3_deg;
532
533
534
535
536
537
int IGNITECH::get_advance4() {
538
+ return ignition.advance_4_deg;
539
540
541
0 commit comments