Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DeviceConfiguration and Simpleconfig Support for Telemetry Boot Bitmask #223

Open
kb1lqc opened this issue Jul 3, 2017 · 1 comment

Comments

@kb1lqc
Copy link
Member

kb1lqc commented Jul 3, 2017

Summary

Support was never given to the Telemetry Boot Bitmask. This should be implemented in both the faraday-deviceconfiguration and faraday-simpleconfig programs.

Problem Explanation

We need to properly break out the bits from the INI file as configured and generate a valid integer bitmask value. Then when we read the CC430 FLASH configuration we should break the integer value back out to the appropriate bits.

Environment

Software

Master

Hardware

N/A

Supporting Information

27773615-7b2ec3ea-5f32-11e7-82e8-94871fe0a365

@kb1lqc
Copy link
Member Author

kb1lqc commented Jul 5, 2017

Actually, @kb1lqd I think this function on line 329 is actually unecessary. shouldn't we be sending an int that is representative of the bitmask like we do for the other bitmasks such as GPS Boot Bitmask?

https://github.com/FaradayRF/Faraday-Software/blob/master/faraday/proxyio/deviceconfig.py#L329

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant