Additional Rx & Tx Pins?

Are these pins alternate Rx Tx pins that are able to be used?
Right now my V2 Lora is using the existing pins. But I’m using a bluetooth HC-06 device that also needs Tx Rx pins.

Can I use these somehow?

If you are not using the OLED it might work but that pin is used by the OLED.

Another idea might be to use ESPSoftserial. This would be a software serial port on other unused GPIO pins.
https://www.arduino.cc/reference/en/libraries/espsoftwareserial/