firmware/variants/seeed_xiao_nrf52840_kit
Tom Fifield 8557bd031d
Remove GPS Baudrate locking for Seeed Xiao NRF52840 Kit (#7016)
The Seeed Xiao NRF52840 Kit's default GPS is an L76K which operates
at 9600 baud, so when this variant was defined that baud rate was
specified.

However, this is a development board and it is expected that users
can attach their own devices. This includes GPS, which may operate
at a different baud rate. The current fixed baud rate prevents this,
so this patch removes that setting.

This will revert to the regular automatic probe method. This will
sucessfully detect the L76K as before (probably the same as before
since 9600 baud is the first baud rate checked), but also allow other
GPSes at other baud rates to be detected.

Fixes https://github.com/meshtastic/firmware/issues/7012

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2025-06-12 19:56:40 -05:00
..
platformio.ini update bosch bsec2 (#6727) 2025-05-05 06:03:36 -05:00
variant.cpp seeed_xiao_nrf52840_kit improvements (#6930) 2025-06-05 06:45:43 -05:00
variant.h Remove GPS Baudrate locking for Seeed Xiao NRF52840 Kit (#7016) 2025-06-12 19:56:40 -05:00