Wireless Stick V3 with Visual Code and PlatformIO

Hello,
I am using Wireless Stick V3 card with Visual Code and Platform IO. To compile it is compatible with the Lora 32 V3 card.
I have been able to compile several programs, but making changes. Especially on the pins.

  1. Is it possible to update the ESP32_LoRAWAN package? The latest version 2.1.1 released out 3 years ago.

  2. I can’t use the LoRAWAN library. On initialization:

SPI.begin(SCK,MISO,MOSI,SS);
Mcu.init(SS,RST_LoRa,DIO0,DIO1,license);

What are the correct pins? The DIO1 pin appears on the schematic downloaded with the license, but DIO0 does not appear.
When compiling with the pins of the arduino file, it restarts

Thanks.

Best regards,
Francisco José