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

@@ -155,6 +155,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define GPS_BAUDRATE 9600
#ifndef GPS_THREAD_INTERVAL
#define GPS_THREAD_INTERVAL 100
#endif
#if defined(TBEAM_V10)
// This string must exactly match the case used in release file names or the android updater won't work
#define HW_VENDOR HardwareModel_TBEAM