Skip to content

Commit

Permalink
Update simvars
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Vincent committed Sep 26, 2024
1 parent 148e030 commit ac75e70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions power-lights-panel/simvarDefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ WriteEvent WriteEvents[] = {
{ KEY_TANK_SELECT_2, "TANK_SELECT_2" },
{ KEY_ENG_CRANK, "ENGINE_CRANK" },
{ KEY_SKYTRACK_STATE, "SKYTRACK_STATE" },
{ KEY_BARO_MODE, "BAROMETER_MODE" },
{ HVAR_G1000_PFD_SOFTKEY_1, "AS1000_PFD_SOFTKEYS_1" },
{ HVAR_G1000_PFD_SOFTKEY_2, "AS1000_PFD_SOFTKEYS_2" },
{ HVAR_G1000_PFD_SOFTKEY_3, "AS1000_PFD_SOFTKEYS_3" },
Expand Down
1 change: 1 addition & 0 deletions power-lights-panel/simvarDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ enum EVENT_ID {
KEY_TANK_SELECT_2,
KEY_ENG_CRANK,
KEY_SKYTRACK_STATE,
KEY_BARO_MODE,
HVAR_G1000_PFD_SOFTKEY_1,
HVAR_G1000_PFD_SOFTKEY_2,
HVAR_G1000_PFD_SOFTKEY_3,
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rel=v1.5.2
rel=v1.5.3
mkdir release >/dev/null 2>&1
rm -rf release/$rel >/dev/null 2>&1
mkdir release/$rel
Expand Down

0 comments on commit ac75e70

Please sign in to comment.