Skip to content

Commit

Permalink
Update to version 1.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRogersCS committed Nov 12, 2024
1 parent 61e3f6c commit 7ed0c79
Show file tree
Hide file tree
Showing 3 changed files with 439 additions and 162 deletions.
4 changes: 2 additions & 2 deletions src/audioConfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

#define PULSE_INTERVAL 4096

#define MAXIMUM_NUMBER_OF_BYTES 16
#define RECEIVE_BUFFER_SIZE_IN_BYTES 16
#define MAXIMUM_NUMBER_OF_BYTES 23
#define RECEIVE_BUFFER_SIZE_IN_BYTES 23

#define CRC_POLY 0x1021
#define CRC_SIZE_IN_BYTES 2
Expand Down
4 changes: 2 additions & 2 deletions src/gps.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

/* GPS fix constants */

#define MINIMUM_VALID_PPS_TO_SET_TIME 4
#define MINIMUM_VALID_RMC_TO_SET_TIME 4
#define MINIMUM_VALID_PPS_TO_SET_TIME 8
#define MINIMUM_VALID_RMC_TO_SET_TIME 8

/* Useful time constants */

Expand Down
Loading

0 comments on commit 7ed0c79

Please sign in to comment.