It would be wonderful if we could use both cores of the ESP32! The Arduino code is pretty straight forward but I just don't know how you could go about assigning B4R code to each "task". Is there a way to pass B4R code into library code or inline code? https://www.sparkfun.com/news/2872...
It is possible to use the second core using in-line C (Using Second Core on ESP32) and my wish was for the same to be available using B4R. As long as you understand that both sets of code will be running independently you can account for this .