From 87237bd841688df686ec0231eac0cf31cd5fda33 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 18 Apr 2026 15:09:30 -0500 Subject: [PATCH] chore(anchor): use new version commit hash field name --- src/anchor_pkg/anchor_pkg/anchor_node.py | 4 ++-- src/astra_msgs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/anchor_pkg/anchor_pkg/anchor_node.py b/src/anchor_pkg/anchor_pkg/anchor_node.py index 2b3370e..4062a4d 100644 --- a/src/anchor_pkg/anchor_pkg/anchor_node.py +++ b/src/anchor_pkg/anchor_pkg/anchor_node.py @@ -248,8 +248,8 @@ class Anchor(Node): self.mcu_versions[msg.mcu_name] = McuVersion(mcu_name=msg.mcu_name) if msg.command_id == 46: # commit hashes - self.mcu_versions[msg.mcu_name].project_commit_hash = int(msg.data[0]) - self.mcu_versions[msg.mcu_name].astra_lib_commit_hash = int(msg.data[1]) + self.mcu_versions[msg.mcu_name].project_commit_fragment = msg.data[0] + self.mcu_versions[msg.mcu_name].astra_lib_commit_fragment = msg.data[1] elif msg.command_id == 47: # build timestamp and version numbers version_msg = self.mcu_versions[msg.mcu_name] version_msg.build_time = Time( diff --git a/src/astra_msgs b/src/astra_msgs index 71c90b9..5ffc601 160000 --- a/src/astra_msgs +++ b/src/astra_msgs @@ -1 +1 @@ -Subproject commit 71c90b9c31414b707361a540b4b73a91cac8024e +Subproject commit 5ffc601cf74a7fe647cad10915a41e25b2719366