Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
yashtheboss committed Jul 15, 2024
1 parent 9cd8961 commit 63a699a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added telemetry-collector/core
Binary file not shown.
2 changes: 1 addition & 1 deletion telemetry-collector/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SolarGators::DataModules::MitsubaRx2 MitsubaRx2(SolarGators::DataModuleInfo::MOT
SolarGators::DataModules::CustomBMSRx0 CustomBMSRx0(SolarGators::DataModuleInfo::CBMS_RX0_MSG_ID);
SolarGators::DataModules::CustomBMSRx1 CustomBMSRx1(SolarGators::DataModuleInfo::CBMS_RX1_MSG_ID);
SolarGators::DataModules::CustomBMSRx2 CustomBMSRx2(SolarGators::DataModuleInfo::CBMS_RX2_MSG_ID);

SolarGators::DataModules::CustomBMSRx3 CustomBMSRx3(SolarGators::DataModuleInfo::CBMS_RX3_MSG_ID);
SolarGators::DataModules::OrionBMSRx0 OrionBMSRx0(SolarGators::DataModuleInfo::BMS_RX0_MSG_ID, 0);
SolarGators::DataModules::OrionBMSRx1 OrionBMSRx1(SolarGators::DataModuleInfo::BMS_RX1_MSG_ID, 0);
SolarGators::DataModules::OrionBMSRx2 OrionBMSRx2(SolarGators::DataModuleInfo::BMS_RX2_MSG_ID, 0);
Expand Down

0 comments on commit 63a699a

Please sign in to comment.