espressif / esp-mqtt

ESP32 mqtt component
Apache License 2.0
603 stars 255 forks source link

Adding ESP32 core selection for MQTT task #53

Closed vtunr closed 6 years ago

vtunr commented 6 years ago

Since we can run FreeRTOS on both core, it is interesting to be able to pin MQTT task to one core.

In order to do that, I added one parameter and two choices in KConfig :

vtunr commented 6 years ago

@tuanpmt I updated according to your remarks, I hope everything is ok now :)