Dashboard

Demo Aug 2026

Qt 5.15.18 Commercial

CloudConnect

...

    • binary
    /ely-image-qt-fb-ccimx8mm-dvk.boot.vfat
    • binary
    /ely-image-qt-fb-ccimx8mm-dvk.ext4.gz
    • binary
    /ely-image-qt-fb-ccimx8mm-dvk.recovery.vfat
Removed ely folder that is unwanted.

Added the CloudConnect to the build

Remoived the libQt5Netowrk.so from the cloudconnect to look into the /usr/lib

    • -1
    • +0
    /UI/BETA/cloud/lib/libQt5Network.so.5.15
    • binary
    /UI/BETA/cloud/lib/libQt5Network.so.5.15.18
LDT-4127: New changes in blood prime

    • -82
    • +137
    /firmware/App/Modes/StateTxBloodPrime.c
LDT-5624: Addressed CR comments

    • -25
    • +10
    /firmware/App/Modes/StateTxRinseback.c
Removed the cloudconnect lib symlincs to create in yocto recipe.

    • -1
    • +0
    /UI/BETA/cloud/lib/libQt5Network.so.5.15
    • -1
    • +0
    /UI/BETA/cloud/lib/libprotobuf.so.32.0
LDT-5472: Barcode Reader Implementation

LDT-5472: Added Mesg Id to trigger Barcode Request through dialin

LDT-5472: Barcode Reader Implementation

    • -0
    • +456
    /firmware/App/Drivers/BarcodeReader.c
    • -0
    • +59
    /firmware/App/Drivers/BarcodeReader.h
Yes,

Yes,

In pre-treatment

In pre-treatment

Fixed

Fixed

Yes, fixed

Yes, fixed

LDT-5613: Changes in Pressure self test

Removed unwanted copied file Restructured the folders Added CloudConnect and DryDemo

    • binary
    /UI/BETA/cloud/CloudConnect
    • -0
    • +14
    /UI/BETA/cloud/cloudconnect.service
    • -0
    • +25
    /UI/BETA/cloud/config/CloudConnect.ini
    • -0
    • +1429
    /UI/BETA/cloud/config/LeahiCanRouting.ini
    • -0
    • +20
    /UI/BETA/cloud/config/ssl/certs/AmazonRootCA1.pem
    • -0
    • +20
    /UI/BETA/cloud/config/ssl/certs/device.crt
    • -0
    • +27
    /UI/BETA/cloud/config/ssl/private/device.key
    • -0
    • +1
    /UI/BETA/cloud/lib/libComms.so
    • -0
    • +1
    /UI/BETA/cloud/lib/libComms.so.1
    • -0
    • +1
    /UI/BETA/cloud/lib/libComms.so.1.0
    • binary
    /UI/BETA/cloud/lib/libComms.so.1.0.0
    • -0
    • +1
    /UI/BETA/cloud/lib/libMsgUtils.so
    • -0
    • +1
    /UI/BETA/cloud/lib/libMsgUtils.so.1
    • -0
    • +1
    /UI/BETA/cloud/lib/libMsgUtils.so.1.0
  1. … 2021 more files in changeset.
Add a command to turn air pump off here in this state (since we aren't doing that in transition anymore to prevent large pressure drop).

Add a command to turn air pump off here in this state (since we aren't doing that in transition anymore to prevent large pressure drop).

Don't turn off air pump here - looks like we lose too much air pressure when we do that. Move this command to the stabilize state handler (I'll add a comment there).

Don't turn off air pump here - looks like we lose too much air pressure when we do that. Move this command to the stabilize state handler (I'll add a comment there).

You removed it here, but where did it go? I expected to see it in next case below.

You removed it here, but where did it go? I expected to see it in next case below.

LDT-5613: Changes in Pressure self test

Align "="

Align "="

Add comment to right.

Add comment to right.

Better to say != TRUE here.

Better to say != TRUE here.

Add TODO comment as to whether we should trigger an alarm/fault here.

Add TODO comment as to whether we should trigger an alarm/fault here.

Add blank line after declaration. Fix indent.

Add blank line after declaration.
Fix indent.

We can un-comment syringe pump stop now.

We can un-comment syringe pump stop now.

I think this function should be private (called by public message handler).

I think this function should be private (called by public message handler).

Should this be static (private)?

Should this be static (private)?

LDT-5613: Changes in Pressure self test

Ok to reject for now (because we don't want TD to go to disinfection state while DD doesn't). Add TODO to handle other disinfection options when they are implemented.

Ok to reject for now (because we don't want TD to go to disinfection state while DD doesn't). Add TODO to handle other disinfection options when they are implemented.