commit | 7512eb0b65a1c6dd643097d8f5a033924f5a0474 | [log] [tgz] |
---|---|---|
author | Jakob Riepler <jakob+zephyr@chaosfield.at> | Tue Mar 25 11:54:19 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed Mar 26 07:08:27 2025 +0100 |
tree | 73e9ffa6555c1c5cb96fdd563c9f6a1a046bddff | |
parent | 248f7971e4b88ed0d4176979fd4174e71f77571f [diff] |
drivers: fix support for U-Blox M10 modules with M8 driver The U-Blox M10 seems to interleave UBX and NMEA messages in a way that confuses the M8 driver leading to missing the same message that directly follows the UBX part every time (leading to no navigation updates). As the driver does not parse the UBX blocks during normal operation anyways it can just be disabled. Signed-off-by: Jakob Riepler <jakob+zephyr@chaosfield.at>