src: change the admin IDs

This will prevent collisions between Klipper's admin
commands and the bootloader's.

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-04-11 20:03:53 -04:00
parent 26b12a658b
commit f5ccbbfaa4
No known key found for this signature in database
GPG Key ID: 7027245FBBDDF59A

View File

@ -3,8 +3,8 @@
#include <stdint.h> // uint32_t
#define CANBUS_ID_ADMIN 0x3f0
#define CANBUS_ID_ADMIN_RESP 0x3f1
#define CANBUS_ID_ADMIN 0x3da
#define CANBUS_ID_ADMIN_RESP 0x3db
#define CANBUS_UUID_LEN 6
// callbacks provided by board specific code