This commit is contained in:
Willy-JL
2023-08-31 16:40:31 +02:00
3 changed files with 42 additions and 36 deletions

View File

@@ -11,7 +11,7 @@
#define RX_BUF_SIZE 1024
static const int gps_baudrates[5] = {9600, 19200, 38400, 57600, 115200};
static int current_gps_baudrate = 3;
static int current_gps_baudrate = 0;
typedef struct {
bool valid;