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

OpenLRS: Add RSSI capabilities #1630

Merged
merged 8 commits into from May 20, 2015
Merged

OpenLRS: Add RSSI capabilities #1630

merged 8 commits into from May 20, 2015

Conversation

DTFUHF
Copy link
Contributor

@DTFUHF DTFUHF commented May 20, 2015

Adds OpenLRS RSSI as an option to ManualControlCommand object.

Fixes failsafe activation.

Adds OpenLRSStatus UAVO containing some preliminary data, other data can be moved later as OpenLRS functionality is expanded.

Enabled OpenLRSStatus UAVO for Sparky2 and RevoMini, however this branch has only been tested on Brain.

@taulabs-ci
Copy link

Can one of the admins verify this patch?

@@ -1108,7 +1148,7 @@ int32_t PIOS_OpenLRS_Init(uintptr_t * openlrs_id, uint32_t spi_id,
openlrs_dev->beacon_period = binding.beacon_period;

// Hardcode failsafe delay
openlrs_dev->failsafeDelay = 200;
openlrs_dev->failsafeDelay = binding.failsafe_delay;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooops. Good catch.

DTF UHF added 4 commits May 20, 2015 10:29
Conflicts:
	flight/Modules/ManualControl/transmitter_control.c
	shared/uavobjectdefinition/manualcontrolsettings.xml
@peabody124
Copy link
Contributor

jenkins: test this please

peabody124 added a commit that referenced this pull request May 20, 2015
OpenLRS: Add RSSI capabilities
@peabody124 peabody124 merged commit daf04de into TauLabs:next May 20, 2015
@DTFUHF DTFUHF deleted the openlrsrssi branch May 21, 2015 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants