Varaible GPS Thread Timing, keep default of 100 msec

This commit is contained in:
Thomas Göttgens
2022-04-02 12:05:07 +02:00
parent 0e3ac246b5
commit ba984aebfa
3 changed files with 10 additions and 3 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