LoRa Not Working Please provide a correct license

I have a Heltec Wi_Fi LoRa 32 V3 board and I’m having trouble getting the LoRa part working with my own code and with the examples.

I can’t get the LoRa.h library working always failed to start LoRa using LoRa.begin(868E6)

The LoRaWan_APP.h library output…
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x29 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x43c
load:0x403c9700,len:0xbec
load:0x403cc700,len:0x2a3c
SHA-256 comparison failed:
Calculated: dcde8d8a4817d9bf5d5d69a7247667264e4e10ac7493514868b61f5aa6146539
Expected: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
Attempting to boot anyway…
entry 0x403c98d8
ESP32ChipID=9C93E5E22748
Please provide a correct license! For more information:
http://www.heltec.cn/search/
ESP32ChipID=9C93E5E22748

ALSO…
The heltic library fails to start LoRa
#include <heltec.h>

void setup(){
Heltec.begin(true /DisplayEnable Enable/, true /LoRa Disable/, true /Serial Enable/, true /PABOOST Enable/, 868E6 /**/);
}

I am using Arduino IDE 1.8.5

The LoRa library doesn’t support the SX1262 chip in the V3 modules, so it will never work in that environment. The same goes for the ‘heltec’ library. This and other V3 ‘issues’ have been discussed on numerous occasions in this forum—e.g.

The LoRaWan_APP library always reports the ‘comparison failed’ error but, in my experience, this is of no consequence. I’ve never seen the ‘Please provide a correct license!’ when just using LoRa (as distinct from LoRaWAN), so I can’t comment on that, but there is also plenty of discussion on this subject (LoRaWAN license requirements) if you scan through or search for related forum posts.