Heltec LoRa V2 compile time errors

using Arduino IDE V 2.3.5 ESP32 core 3.2.0 Heltec ESP32 Dev-Boards V2.1.4

attempting to compile File>Examples>Heltek ESP32 Dev-Boards>LoraWAN>LoraWan gives
c:\Users\bb\Documents\Arduino\libraries\Heltec_ESP32_Dev-Boards\src\driver\sx1276.c: In function ‘SX1276Write’:
c:\Users\bb\Documents\Arduino\libraries\Heltec_ESP32_Dev-Boards\src\driver\sx1276.c:1289:5: error: implicit declaration of function ‘SpiInOut’; did you mean ‘SpiInit’? [-Wimplicit-function-declaration]
1289 | SpiInOut( &SX1276.Spi, addr | 0x80 );
| ^~~~~~~~
| SpiInit

with ESP32 core 3.0.7 and 3.1.3 compiles, links and runs giving serial monitor output
Please provide a correct license! For more information:
http://www.heltec.cn/search/
ESP32ChipID=XXXXXXXXX

this program connected OK to LoRaWAN about a year ago without asking for a license

Is this a compile time error or a license request?

If the second, the docs and forum search will reveal all you need to do a license request.

with ESP32 core 3.2.0 it gives compile time errors
with ESP32 core 3.0.7 and 3.1.3 it compiles, links and runs then asks for a license
so clearly a problem when using the latest ESP32 core

did a license request couple of days ago - nothing happened