File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 13561356 TargetAttributes = {
13571357 1B2807511B2B465A0040A4B9 = {
13581358 CreatedOnToolsVersion = 6.3.2;
1359- DevelopmentTeam = PVDZWY67J6;
13601359 };
13611360 };
13621361 };
16221621 "-all_load",
16231622 );
16241623 PRODUCT_NAME = "$(TARGET_NAME)";
1625- PROVISIONING_PROFILE = "1369a741-ef21-40b7-bd76-5a6b4e6f5319 ";
1624+ PROVISIONING_PROFILE = "eaa0d5fc-3641-4524-a8a5-1f03113cc211 ";
16261625 };
16271626 name = Debug;
16281627 };
16621661 "-all_load",
16631662 );
16641663 PRODUCT_NAME = "$(TARGET_NAME)";
1665- PROVISIONING_PROFILE = "1369a741-ef21-40b7-bd76-5a6b4e6f5319 ";
1664+ PROVISIONING_PROFILE = "eaa0d5fc-3641-4524-a8a5-1f03113cc211 ";
16661665 };
16671666 name = Release;
16681667 };
Original file line number Diff line number Diff line change 1111@implementation NSData (MAVLink)
1212
1313+ (NSData *)dataWithMAVLinkMessage : (mavlink_message_t *)message {
14- NSLog (@" %@ " , [NSString stringWithMAVLinkMessage: message]);
14+ // NSLog(@"%@", [NSString stringWithMAVLinkMessage:message]);
1515 uint8_t buffer[MAVLINK_MAX_PACKET_LEN];
1616 uint16_t bufferLength = mavlink_msg_to_send_buffer (buffer, message);
1717 if (!buffer || bufferLength == 0 ) {
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >APPL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.2.5.7 </string >
18+ <string >0.2.5.8 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1+ #FlyDrones
2+
3+ Building
4+ ========
5+
6+ License
7+ =======
You can’t perform that action at this time.
0 commit comments