Skip to content

Conversation

@Pris1320
Copy link

No description provided.

Added task creation for sending version information.
Added a new task to send version information with the current git hash.
Added sendVersion function to send the git hash.
Added a new task to send version information with the git hash.
Added task creation for sending version information.
Copy link
Contributor

@LelsersLasers LelsersLasers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing main

@Pris1320 Pris1320 marked this pull request as ready for review November 5, 2025 00:45
@Pris1320 Pris1320 requested a review from a team as a code owner November 5, 2025 00:45
taskCreateBackground(canTxUpdate);
taskCreateBackground(canRxUpdate);

taskCreate(sendVersion, 5000);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also use the macro here

taskCreate(checkSwitchFaults, 100);
taskCreate(send_flowrates, 200);
schedStart();
taskCreate(sendVersion, 5000);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also use the macro here


osKernelStart();

taskCreate(sendVersion, PERIOD_MILLISECONDS_DAQ_VERSION);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this wont work because daq runs on freertos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants