raised gps task priority

This commit is contained in:
Klaus K Wilting 2018-07-09 21:10:27 +02:00
parent 88e51830ee
commit 5ea1de2ab5
2 changed files with 4 additions and 2 deletions

View File

@ -12,10 +12,10 @@
; ---> SELECT TARGET PLATFORM HERE! <---
[platformio]
;env_default = heltec
env_default = ttgov1
;env_default = ttgov1
;env_default = ttgov2
;env_default = ttgov21
;env_default = ttgobeam
env_default = ttgobeam
;env_default = lopy
;env_default = lopy4
;env_default = fipy

View File

@ -643,6 +643,8 @@ void setup() {
#endif
// if device has GPS and it is enabled, start GPS reader task on core 0
// higher priority than wifi channel rotation task since we process serial
// streaming NMEA data
#ifdef HAS_GPS
if (cfg.gpsmode) {
ESP_LOGI(TAG, "Starting GPS task on core 0");