WiFi_LoRa32_V2 with FactoryTest rebooting

Hello, I have two WiFi_LoRa32_V2 cards.
I’m using an Arduino 2.2.1 IDE
I installed the heltec board and libraries as mentioned in the manual.

But when I test the WiFi_Lora_32FactoryTest example, it gives a problem.
Whenever one card sends a packet to another it resets.
This has already worked in 2021, I don’t know what’s going on, maybe some action?

Can anyone help? Do you have any idea what I can do?

The sign bounces and gives this message:

ESP32ChipID=1C7EDCD108F0
Guru Meditation Error: Core 1 panic’ed (Interrupt wdt timeout on CPU1).

Core 1 register dump:
PC : 0x400900e8 PS : 0x00060035 A0 : 0x8008ed86 A1 : 0x3ffbf41c
A2 : 0x3ffb8314 A3 : 0x3ffb81a4 A4 : 0x00000004 A5 : 0x00060023
A6 : 0x00060023 A7 : 0x00000001 A8 : 0x3ffb81a4 A9 : 0x00000018
A10 : 0x3ffb81a4 A11 : 0x00000018 A12 : 0x3ffc4a04 A13 : 0x00060023
A14 : 0x007bf638 A15 : 0x003fffff SAR : 0x0000000e EXCCAUSE: 0x00000006
EXCVADDR: 0x00000000 LBEG : 0x4008a348 LEND : 0x4008a352 LCOUNT : 0x00000000
Core 1 was running in ISR context:
EPC1 : 0x400e2f8b EPC2 : 0x00000000 EPC3 : 0x00000000 EPC4 : 0x00000000

Backtrace: 0x400900e5:0x3ffbf41c |<-CORRUPTED

Core 0 register dump:
PC : 0x4009027f PS : 0x00060035 A0 : 0x8008e9af A1 : 0x3ffbed5c
A2 : 0x3ffbf638 A3 : 0xb33fffff A4 : 0x0000abab A5 : 0x00060023
A6 : 0x00060021 A7 : 0x0000cdcd A8 : 0x0000abab A9 : 0xffffffff
A10 : 0x00000000 A11 : 0x00000000 A12 : 0x3ffc3f80 A13 : 0x00000007
A14 : 0x007bf638 A15 : 0x003fffff SAR : 0x0000001d EXCCAUSE: 0x00000006
EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x00000000 LCOUNT : 0x00000000

Backtrace: 0x4009027c:0x3ffbed5c |<-CORRUPTED

Thanks