Fixes to the kr_87 radio
This commit is contained in:
parent
af66e80358
commit
64cad6a288
1 changed files with 2 additions and 2 deletions
|
@ -323,8 +323,8 @@ void FGKR_87::update( double dt ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// annunciators
|
// annunciators
|
||||||
ant_ann = adf_btn;
|
ant_ann = !adf_btn;
|
||||||
adf_ann = !adf_btn;
|
adf_ann = adf_btn;
|
||||||
bfo_ann = bfo_btn;
|
bfo_ann = bfo_btn;
|
||||||
frq_ann = !stby_mode;
|
frq_ann = !stby_mode;
|
||||||
flt_ann = stby_mode && !timer_mode;
|
flt_ann = stby_mode && !timer_mode;
|
||||||
|
|
Loading…
Add table
Reference in a new issue