File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
libuavcan_drivers/posix/include/uavcan_posix Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -251,12 +251,12 @@ class FirmwareVersionChecker : public uavcan::IFirmwareVersionChecker
251251 * org.pixhawk.px4cannode-v1-0.1.59efc137.uavcan.bin
252252 * +---fw
253253 * +-c <----------- Files are cashed here.
254- * +--- 59efc137.bin <---------- A unknown Firmware file
254+ * +--- px4cannode-v1. 59efc137.bin <------ A Firmware file
255255 * +---org.pixhawk.px4cannode-v1 <---------- node_info.name
256256 * +---1.0 <-------------------------------- node_info.name's hardware_version.major,minor
257- * + - 59efc137.bin <------- ---- A well known file must match the name
257+ * + - px4cannode-v1. 59efc137.bin < ---- A well known file must match the name
258258 * in the root fw folder, so if it does not exist
259- * it is copied up
259+ * it is copied up MUST BE < 32 Characters
260260 */
261261 bool rv = false ;
262262
You can’t perform that action at this time.
0 commit comments