Currently have code running as a single loop in the default Core 1 and have been viewing various web pages and ytubes about creating two Tasks and running one Task in each Core, which seems straight forwards enough.
However some of those ytubes are several years old and some also contain comment that Core 0 should ideally be left unused as much as possible to avold problems with the Wifi/Bt etc that RTOS runs in Core 0.
One video even said this what Espressif recommends.
As things may have moved on, do those comments still hold ? can we use for our Core 0 for our Tasks safely or is it better to run the two Tasks in Core 1, abeit possibly slower ?