generated from TDD-Templates/cmake_cpputest_template
[FEAT] Add LoRa Library to project. #1
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jakegoodwin/multi-tracker#1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current source file is missing the needed libraries to use the LoRa module.
The module on the board is referred to as the RFM69, but inside it contains the SX1278 chipset according to adafruits documentation.
The module is actually an older unit called the SX1272. The other variant I believe is general feather documentation.
Okay the name also changes if you look at the product page. On there they list it as the SX1276
The library has been added to dependencies and included in the ino file.