Variable GPS Thread Timing, keep default of 100 msec

This commit is contained in:
Thomas Göttgens
2022-04-02 12:52:50 +02:00
parent 2f099a59bc
commit 7c4bb80977
3 changed files with 8 additions and 2 deletions

View File

@@ -177,6 +177,8 @@ External serial flash WP25R1635FZUIL0
#define PIN_GPS_TX (32 + 9) // This is for bits going TOWARDS the CPU
#define PIN_GPS_RX (32 + 8) // This is for bits going TOWARDS the GPS
#define GPS_THREAD_INTERVAL 50
#define PIN_SERIAL1_RX PIN_GPS_TX
#define PIN_SERIAL1_TX PIN_GPS_RX