HelTecAutomation / platform-asrmicro650x

ASR Microelectronics ASR650x: development platform for PlatformIO
https://registry.platformio.org/platforms/heltecautomation/asrmicro650x
24 stars 15 forks source link

Outdated `framework-arduinoasrmicro650x` package installed #5

Closed aparcar closed 3 years ago

aparcar commented 3 years ago

Hi, installing this via Platformio install package framework-arduinoasrmicro650x with an outdated LoRa library. The US915 preamble is still set to 14 which is incompatible with the HT-M00 gateway.

framework-arduinoasrmicro650x/cores/asr650x/loramac/mac/region/RegionUS915.c
604:    Radio.SetTxConfig( MODEM_LORA, phyTxPower, 0, bandwidth, phyDr, 1, 14, false, true, 0, 0, false, 3e3 );
valeros commented 3 years ago

Hi @aparcar ! We use stable releases from this repo https://github.com/HelTecAutomation/ASR650x-Arduino/releases. Once there is a new version we will update the package accordingly.