Skip to content

Commit

Permalink
GPS LED wasn't turning off after loss of fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterantypas committed Oct 29, 2021
1 parent 2274b17 commit fc63130
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion latest/Firmware/Transponder/Inc/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "TXPowerSettings.h"


#define FW_REV "3.3.0"
#define FW_REV "3.3.1"


/*
Expand Down
4 changes: 4 additions & 0 deletions latest/Firmware/Transponder/Src/GPS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ void GPS::parseSentence(const char *buff)
EventQueue::instance().push (e);
}
}
else
{
bsp_gps_led_off();
}
}
}

Expand Down

0 comments on commit fc63130

Please sign in to comment.