I'm trying to have a NodeMCU-ESP32 module create two BTSerial devices that can be independendly used for communication.
SerialBT1.begin("Test1");
SerialBT2.begin("Test2");
But when I then scan for devices, it only shows the 2nd one.
Is there any way to get this to work without having to write the whole bluetooth code myself?