Randy Mackay
|
24abff5fb1
|
AP_DroneCAN: fixup to fix of handling of empty entry
This resolves a small difference between vehicles for the 4.5.6-beta1 release
|
2024-08-22 08:37:22 +09:00 |
|
Thomas Watson
|
f2d66886c9
|
AP_DroneCAN: DNA_Server: fix handling of empty entry
Replaces the check for a CRC of 0 with a check that the hwid is 0.
Substantially reduces 1/256 chance that a particular node ID couldn't be
stored.
|
2024-08-21 20:39:44 +09:00 |
|
Peter Barker
|
dd4d017717
|
AP_DroneCAN: allow compilation with HAL_LOGGING_ENABLED false
|
2024-01-17 18:25:55 +11:00 |
|
bugobliterator
|
34494bb7d1
|
AP_DroneCAN: pass all the variables to AP_DroneCAN_DNA_Server by value
we were using the values by the AP_DroneCAN object, but the members might
not have been initialised if they are out of order
|
2023-07-29 08:27:27 +09:00 |
|
Andrew Tridgell
|
e811cf86eb
|
AP_DroneCAN: text messages and more defines
|
2023-04-11 10:31:31 +10:00 |
|
Andrew Tridgell
|
9261f89e39
|
AP_DroneCAN: rename more variables, types and defines
|
2023-04-11 10:31:31 +10:00 |
|
Andrew Tridgell
|
dec4dff1d8
|
AP_DroneCAN: fixed valgrind errors
|
2023-04-08 07:11:23 +10:00 |
|
Andrew Tridgell
|
8b096c2987
|
AP_DroneCAN: rename AP_UAVCAN to AP_DroneCAN
|
2023-04-08 07:11:23 +10:00 |
|
Andrew Tridgell
|
1efd640624
|
AP_DroneCAN: rename source files for AP_DroneCAN
|
2023-04-08 07:11:23 +10:00 |
|