stm32duino / STM32LoRaWAN

Arduino library to support LoRaWAN communication using the STM32WL series.
https://stm32duino.github.io/STM32LoRaWAN/
Other
34 stars 7 forks source link

Fix typo"vcore_debug" doesnt exist to "core_debug" #4

Closed Lizethgm closed 1 year ago

fpistm commented 1 year ago

Hi @Lizethgm Thanks for the PR. Anyway it is not valid as in fact there is not typo. This library is not compatible with 2.3.0 core. It requires some updates available in the main https://github.com/stm32duino/Arduino_Core_STM32 branch. Those updates will be available with the next release 2.4.0.

vcore_debug is available thanks https://github.com/stm32duino/Arduino_Core_STM32/pull/1750