Merge pull request #1 from radiohound/LoRa-APRS-transmit-example

Update STM32WLx_Transmit_LoRa_APRS.ino
This commit is contained in:
Walter Dunckel 2024-11-27 15:44:35 -08:00 committed by GitHub
commit 73ed7cb784
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
// this example uses the embedded LoRa radio to transmit on 433.775 mhz with APRS encoding. // this example uses the embedded LoRa radio to transmit on 433.775 mhz with APRS encoding.
// it shows a normal aprs.sendPosition, as well as a aprs.sendMicE command. You should choose one. // it shows a normal aprs.sendPosition, as well as a aprs.sendMicE command. You should choose one.
// this has been tested to work on both a Nucleo_WL55JC2 (400 mhz version) and the Ebyte E77 module dev kit (400 mhz version) // this has been tested to work on both a Nucleo_WL55JC2 (400 mhz version) and the Ebyte E77 module dev kit (400 mhz version)
// include the library // include the library
#include <Arduino.h> #include <Arduino.h>
#include <RadioLib.h> #include <RadioLib.h>