My first phase of changes to:
1) Solved CMakeList.txt problem with SDL library 2) Commented out the line of the code that was nagging about unknown tagdata 3) Added the service for turning navdata_demo on/off 4) Sending critical configuration some time after init.
Esse commit está contido em:
@@ -130,7 +130,7 @@ C_RESULT ardrone_navdata_unpack_all(navdata_unpacked_t* navdata_unpacked, navdat
|
||||
|
||||
|
||||
default:
|
||||
PRINT("Tag %d is an unknown navdata option tag\n", (int) navdata_option_ptr->tag);
|
||||
//PRINT("Tag %d is an unknown navdata option tag\n", (int) navdata_option_ptr->tag);
|
||||
navdata_option_ptr = (navdata_option_t *)(((uint32_t)navdata_option_ptr) + navdata_option_ptr->size);
|
||||
break;
|
||||
}
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário