Heltec v3 LoRa board, rx and tx in one loop

Hello, I’m new to Heltec and Lora and I’m using WiFi_LoRa_32_V3_FactoryTest_V1 example in Heltec_ESP32_Dev-Boards SDK.

Can you please provide a link or a full code of a Arduino project that has the rx and tx pars in the main loop.

Thank you

Just want a simple solution with no deep sleep and interrupt processing. One simple loop

loop()
{
// rx / read from Lora

// tx / write to Lora

}

Can you please point me to the right direction. Maybe an example or Heltec documentation or a code snipped? Thanks

Check out the other examples folders for PingPong