CONFIG_MAIN_THREAD_PRIORITY=7
I read prj.conf of mqtt_simple. Why is the value of 7 given?
This is definition of CONFIG_MAIN_THREAD_PRIORITY.
https://docs.zephyrproject.org/1.13.0/reference/kconfig/CONFIG_MAIN_THREAD_PRIORITY.html
Does larger value mean higher priority?
Why is it set 7 while the default value is 0?
Thanks.