diff --git a/usrc/base/device_info.cpp b/usrc/base/device_info.cpp index 09a1711..c4722eb 100644 --- a/usrc/base/device_info.cpp +++ b/usrc/base/device_info.cpp @@ -12,7 +12,7 @@ uint16_t deviceInfo_init() { return 0; } uint16_t deviceInfo_getBoardId() { - int32_t off = id_from_machine.read() ? 1 : 0; + int32_t off = id_from_machine.read() ? 1 : 2; return DEVICE_ID_START + off; } uint16_t deviceInfo_getProjectId() { return PROJECT_ID; }