You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
Summary
Support was never given to the Telemetry Boot Bitmask. This should be implemented in both the
faraday-deviceconfiguration
andfaraday-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
The text was updated successfully, but these errors were encountered: