diff options
-rw-r--r-- | lora_pkt_fwd/src/lora_pkt_fwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lora_pkt_fwd/src/lora_pkt_fwd.c b/lora_pkt_fwd/src/lora_pkt_fwd.c index 35da9f0..93d4656 100644 --- a/lora_pkt_fwd/src/lora_pkt_fwd.c +++ b/lora_pkt_fwd/src/lora_pkt_fwd.c @@ -3576,7 +3576,7 @@ static void gps_process_coords(void) { void thread_gps(void) { /* serial variables */ - char serial_buff[4096]; /* buffer to receive GPS data */ + char serial_buff[256]; /* buffer to receive GPS data */ size_t wr_idx = 0; /* pointer to end of chars in buffer */ /* variables for PPM pulse GPS synchronization */ enum gps_msg latest_msg; /* keep track of latest NMEA message parsed */ |