Skip to content

Commit

Permalink
Merge pull request #1 from starfactorypixel/BlockInfo_timer_in_flood_…
Browse files Browse the repository at this point in the history
…mode

upd: BlockInfo timer in flood mode now
  • Loading branch information
GrKoR authored Jul 6, 2023
2 parents 2752b1d + 3984364 commit 7b16044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/CANLogic.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace CANLib
// request | timer:15000
// byte 1 + 7 { type[0] data[1..7] }
// Основная информация о блоке. См. "Системные параметры".
CANObject<uint8_t, 7> obj_block_info(0x0120, 15000, CAN_ERROR_DISABLED);
CANObject<uint8_t, 7> obj_block_info(0x0120, 15000, CAN_ERROR_DISABLED, true);

// 0x0121 BlockHealth
// request | event
Expand Down

0 comments on commit 7b16044

Please sign in to comment.