FaradayRF / Faraday-Software

Faraday node software
https://www.faradayrf.com
Other
48 stars 19 forks source link

Add Device Configuration Bitmask Bit - GREEN RX LED #232

Closed kb1lqd closed 7 years ago

kb1lqd commented 7 years ago

Summary

Due to the PR: https://github.com/FaradayRF/Faraday-Firmware/pull/77

The device configuration package needs an update to allow configuration of this GREEN LED bit within the config boot bitmask.

Problem Explanation

See Summary

Environment

Software

Master software repository.

Hardware

REV D1 hardware

Supporting Information

A GREEN LED version is needed in: https://github.com/FaradayRF/Faraday-Software/blob/master/faraday/deviceconfiguration.py

parser.add_argument('--redledtxon', action='store_true', help='Set Faraday radio RED LED during RF transmissions ON')

Where the GREEN LED on RX bitmask bit is BIT2 (00000100)

kb1lqd commented 7 years ago

242 PR closes this issue.