Update STM32WLx_Transmit_LoRa_APRS.ino
This commit is contained in:
parent
0c8c45fb1b
commit
f1778c0f4a
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue