Update V2 code to work with V3

Hey I have this code that works when I have the Heltec Wifi LoRa 32 V2 board selected. As soon as I switch to the V3 board, is get an error that some of my variables are not declared. I am not a programmer, my programmer is on vacation and I can’t get his help. Can some explain this.

Mcu.init(SS, RST_LoRa, DIO0, DIO1, license);

The RST_LoRa, DIO0, DIO1 are the issues.

The two boards have different processors and different LoRa chips. The latter, in particular, requires different software. If LoRa is involved, you can’t just change the board definition and load V2 software onto a V3 board.