xTaskCreate();

My biggest problem is just using a quest first!
For example, I use priority 1 for the task of surveying the value of temperature and priority 2 for the task of surveying the value of humidity. My returns only appear in temperature!
On the contrary, I change the mission value priority to 1 in humidity and 2 in temperature, the result performs in humidity!
Where is the reason?