Hint to use RadioLib instead for SX1262

Users potential get stuck with SX1262/SX1268 versions when trying out the ArduinoLoRa library.
Update the comment in the ArduinoLoRa example to make it obviously to use the RadioLib library instead.
This commit is contained in:
Van Vuong Ngo 2022-09-16 02:15:10 +02:00 committed by GitHub
commit 40b36abe02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
/*
* arduinoLoRa Library just only support SX1276/Sx1278,Not support SX1262
* RadioLib Library supports also SX1262/SX1268 see https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series/tree/master/examples/RadioLibExamples
* */
// #define LILYGO_TBeam_V0_7
// #define LILYGO_TBeam_V1_0