I have some problem about GNSS and Thread.
my function in main is can work but when i cut it and paste inside thread function, it can work.
Can you give me some example about position in a thread. tks so much!
I have some problem about GNSS and Thread.
my function in main is can work but when i cut it and paste inside thread function, it can work.
Can you give me some example about position in a thread. tks so much!
Hi Sanjikool,
Can you try call le_gnss_ConnectService() at the beginning of the thread?
For more info:
Hope it helps.
Thx
Wow, tks you so much, it worked ^^