•  

Comment Results

Review Name Created Custom Fields Content
LEAHI-DIALIN-LDT-2004-1 09 Feb 2026

This is a change from Zoltan and I am updated that into my local branch

LEAHI-DD-FIRMWARE-LDT-4719-1 01 Jul 2026

updated

LEAHI-DD-FIRMWARE-LDT-4719-1 01 Jul 2026

updated

LEAHI-DIALIN-LDT-2004-1 10 Feb 2026

This is not the code that is currently on staging, so I think you need to update it from there

LEAHI-DIALIN-LDT-4484-1 01 Jul 2026

I would not do that because the function names and messages for each project should be different to avoid confusion.
I think that is fine for now.

RESOLVED.

LEAHI-DD-FIRMWARE-LDT-3344-1 09 Feb 2026

Indenting looks off for most fields in this struct.

LEAHI-DD-FIRMWARE-LDT-3344-1 09 Feb 2026

Add space between } and type name.

LEAHI-DD-FIRMWARE-LDT-3344-1 09 Feb 2026

I would describe function as "reconfigures FPGA driver to use appropriate FPGA register maps".

LEAHI-DD-FIRMWARE-LDT-2004-3 06 Feb 2026

I don't think we need to check test config for variable initialization.

LEAHI-DD-FIRMWARE-LDT-1473-1 09 Feb 2026

complicated check should be replaced with boolean flag

LEAHI-DD-FIRMWARE-LDT-2004-3 10 Feb 2026

Add TODO to comment.

LEAHI-DD-FIRMWARE-LDT-3173-1 10 Feb 2026

fixed.

LEAHI-DIALIN-LDT-4734-1 01 Jul 2026

fixed. thanks

LEAHI-DD-FIRMWARE-LDT-3173-1 10 Feb 2026

fixed.

LEAHI-DD-FIRMWARE-LDT-3173-1 09 Feb 2026

Need two spaces before the test function

LEAHI-DD-FIRMWARE-LDT-3173-1 10 Feb 2026

Align comment.

LEAHI-DD-FIRMWARE-LDT-3173-1 10 Feb 2026

Is there no "first" enum for this group?

LEAHI-DD-FIRMWARE-LDT-3173-1 09 Feb 2026

Will new conductivity sensor driver have this override too? It looks Teensy specific.

LEAHI-DD-FIRMWARE-LDT-3173-1 09 Feb 2026

Are we supporting multiple models? Is this for Teensy or new sensor or both?

LEAHI-TD-FIRMWARE-LDT-4875-1 02 Jul 2026

Per our coding standards, it should be "0 == currentAirPumpRPM".

LEAHI-TD-FIRMWARE-LDT-4013-2 02 Jul 2026

Align =

LEAHI-DD-FIRMWARE-LDT-4539-1 30 Jun 2026

Align it with declration.

LEAHI-DD-FIRMWARE-LDT-1473-1 11 Feb 2026

Done.

LEAHI-DD-FIRMWARE-LDT-1473-1 10 Feb 2026

Add a comment to right listing math functions used.

LEAHI-DD-FIRMWARE-LDT-2030-2 11 Feb 2026

I do not see bloodLeakDataPublicationTimerCounter being initialized in the function.
Should we add bloodLeakEmbModeCmdQ to the list?

LEAHI-DD-FIRMWARE-LDT-2030-2 11 Feb 2026

Minor: Need space between parentheses

LEAHI-DD-FIRMWARE-LDT-1473-1 09 Feb 2026

Yes. updated.

LEAHI-DD-FIRMWARE-LDT-3344-1 11 Feb 2026

can we get each group of level check in to a function and call those functions for each case?

LEAHI-DD-FIRMWARE-LDT-3344-1 11 Feb 2026

Remove the empty space.

LEAHI-DIALIN-LDT-4539-1 01 Jul 2026

I pushed the changes, no idea why it's not present here

LEAHI-DIALIN-LDT-4484-1 01 Jul 2026

RESOLVED for now.

LEAHI-DIALIN-LDT-4787-1 02 Jul 2026

bn approves

LEAHI-DD-FIRMWARE-LDT-3173-1 09 Feb 2026

arrange this code and new sensor code in a group- line 131 - 142

LEAHI-DD-FIRMWARE-LDT-3103-1 10 Feb 2026

updated.

LEAHI-DD-FIRMWARE-LDT-3103-1 10 Feb 2026

removed.

LEAHI-DIALIN-LDT-2004-1 10 Feb 2026

merged staging into dry bicart branch and code is pushed

LEAHI-DIALIN-LDT-2004-1 10 Feb 2026

Could you update all the overrides to use the generic method? So we don't need to maintain these on more than one place
Broadcast -> cmd_generic_broadcast_interval_override
others -> cmd_generic_override

You can check any of the other modules how to use them

LEAHI-DD-FIRMWARE-LDT-1473-1 09 Feb 2026

Variable name is not understood -temDataCollectionTimeInterval ?

LEAHI-DD-FIRMWARE-LDT-3173-1 09 Feb 2026

It is there in line 131

It would be nice to have it clubbed it together like

#ifdef _TEENSY_CONDUCTIVITY_DRIVER_
place all code for teensy here

Unknown macro: { MSG_ID_DD_SET_CONDUCTIVITY_MODEL_REQUEST, &testSetTeenyConductivityModel }

,
#else
// move the all code under #ifndef _TEENSY_CONDUCTIVITY_DRIVER_ here

#endif

LEAHI-DD-FIRMWARE-LDT-3173-1 09 Feb 2026

This is already initialized (properly) near top of function. It is not proper (zero) here.

LEAHI-DD-FIRMWARE-LDT-3103-1 10 Feb 2026

Looks like you updated wrong function (the one below instead of this one). It's an output in function below and it's an input in this function.

LEAHI-DIALIN-LDT-3287-1 10 Feb 2026

Duplicate, please remove

LEAHI-DD-FIRMWARE-LDT-2030-2 11 Feb 2026

Actually, for casting, I prefer no spaces around ().

LEAHI-DD-FIRMWARE-LDT-1473-1 10 Feb 2026

Remove blank line.

LEAHI-DD-FIRMWARE-LDT-2030-2 11 Feb 2026

Declare these earlier and just assign them here (i.e. keep declarations together at top of function).

LEAHI-DD-FIRMWARE-LDT-2030-2 11 Feb 2026

Some of these memset calls are zeroing a 2-dimensional array, so the size param is too short (only sizing 1st dimension).

LEAHI-DD-FIRMWARE-LDT-3103-1 10 Feb 2026

removed.

LEAHI-DD-FIRMWARE-LDT-3352-1 10 Feb 2026

Add blank line between declarations and rest of code.

LEAHI-DD-FIRMWARE-LDT-3173-1 10 Feb 2026

Does it make more sense to have them together?

LEAHI-DD-FIRMWARE-LDT-3103-1 10 Feb 2026

Outputs is none now I think.