Add rc input to cli planner mode

This commit is contained in:
Michael Oborne 2011-11-26 11:23:14 +08:00
parent abe4758c3b
commit 0a0b2d32f4
2 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,8 @@ planner_gcs(uint8_t argc, const Menu::arg *argv)
fast_loopTimer = millis();
gcs_update();
read_radio();
gcs_data_stream_send(45, 1000);

View File

@ -34,6 +34,9 @@ planner_gcs(uint8_t argc, const Menu::arg *argv)
fast_loopTimer = millis();
gcs_update();
read_radio();
gcs_data_stream_send(45,1000);
if ((loopcount % 5) == 0) // 10 hz
gcs_data_stream_send(5,45);