bertmelis / esp32ModbusRTU

modbus RTU client for ESP32
MIT License
70 stars 44 forks source link

Add the option to pin the "background" task to an ESP32 Core CPU #18

Closed duccio closed 4 years ago

duccio commented 4 years ago

The internal created task can now be pinned to an ESP32 Core CPU. Doing so, also the onData and onError are pinned to that Core.

bertmelis commented 4 years ago

Gotta fix the Travis script... The Platformio build for changed.

Edit: darn, can't merge on my phone without checks passing. Will merge this evening!