AP_GPS: u-blox: Log unconfigured messages

This commit is contained in:
Michael du Breuil 2017-10-04 11:08:38 -07:00 committed by Francisco Ferreira
parent 8719c2903a
commit 0300f86913

View File

@ -494,6 +494,7 @@ void AP_GPS_UBLOX::log_mon_hw(void)
jamInd : _buffer.mon_hw_60.jamInd,
aPower : _buffer.mon_hw_60.aPower,
agcCnt : _buffer.mon_hw_60.agcCnt,
config : _unconfigured_messages,
};
if (_payload_length == 68) {
pkt.noisePerMS = _buffer.mon_hw_68.noisePerMS;