|
|
|
@ -1686,7 +1686,7 @@ const char* Copter::get_sysid_board_id(void)
@@ -1686,7 +1686,7 @@ const char* Copter::get_sysid_board_id(void)
|
|
|
|
|
switch (type) |
|
|
|
|
{ |
|
|
|
|
case 0: |
|
|
|
|
snprintf(buf, sizeof(buf), "Version: zr-v%u.%u.%u ,ID: RS100%04d%05d",AP::fwversion().major,AP::fwversion().minor,AP::fwversion().patch,(int)nameValue1,(int)nameValue2); |
|
|
|
|
snprintf(buf, sizeof(buf), "Version: FL-v%u.%u.%u ,ID: RS100%04d%05d",AP::fwversion().major,AP::fwversion().minor,AP::fwversion().patch,(int)nameValue1,(int)nameValue2); |
|
|
|
|
break; |
|
|
|
|
case 1: |
|
|
|
|
snprintf(buf, sizeof(buf), "Version: FL-v%u.%u.%u ,ID: M660%04d%05d",AP::fwversion().major,AP::fwversion().minor,AP::fwversion().patch,(int)nameValue1,(int)nameValue2); |
|
|
|
|