Compatibility with SX1301
Opened this issue ยท 6 comments
Make the repository compatible with SX1301 LoRa concentrators such as RAK2245.
Working on the SX1301 compatibility @mpous ,
@johnfrancisli , I had this error before and what I did was to change the permissions of the file (chmod +x compileSX1301.sh) in your local repo, before doing the "balena push"
also beware of the Line Break endings in your IDE, I successfully compiled using LF instead of CRLF
test this new version @johnfrancisli @rony-vargas as it might be compatible with SX1301!
test this new version @johnfrancisli @rony-vargas as it might be compatible with SX1301!
Ok, let me try this version @mpous thanks for the update
i didn't try it myself @rony-vargas as i don't have any sx1301 available.
Try this VARIANT
variable --> https://github.com/NebraLtd/hm-pyhelper/blob/f8b2d8ceb90cfcd1da658a73e3741cc6de2ff1ff/hm_pyhelper/hardware_definitions.py#L223
Looking fwd to get your feedback!