I am using WiFi LoRa32 (V3) board with Arduino IDE 2.3.2. The board package is “Heltec ESP32 Series Dev-boards v3.0.0”. The library is “Heltec ESP32 Dev-boards v2.0.2”.
I try to compile the example code of LoRaReceiver.ino. It gave me a complier error for the statement in the example sketch:
Mcu.begin(HELTEC_BOARD,SLOW_CLK_TPYE);
HELTEC_BOARD & SLOW_CLK_TYPE are not declared.
Please help?