Skip to content
This repository has been archived by the owner on Dec 15, 2019. It is now read-only.

controller.add_transceiver() modifies sx172x class. #12

Open
rcludwick opened this issue Jul 8, 2018 · 1 comment
Open

controller.add_transceiver() modifies sx172x class. #12

rcludwick opened this issue Jul 8, 2018 · 1 comment

Comments

@rcludwick
Copy link
Owner

rcludwick commented Jul 8, 2018

Apparently you can have more than one transceiver maybe, but weirdly, this modifies SX127X class instead of passing it in as an argument to the init() function.

Not sure how to fix this yet, but it should be added into the SX127X class, if anything.

lora = controller.add_transceiver(sx127x.SX127x(name = 'LoRa'),

@rcludwick rcludwick changed the title Add transceiver modifies sx172x class. add_transceiver() modifies sx172x class. Jul 8, 2018
@rcludwick
Copy link
Owner Author

After doing some looking around, this should be added to the sx127x class and called as part of the init.

@rcludwick rcludwick changed the title add_transceiver() modifies sx172x class. controller.add_transceiver() modifies sx172x class. Jul 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant