Describe the bug
A clear and concise description of what the bug is.
Stale code.
Short Summary of the expected behavior:
Review of code at:
https://github.com/PubInv/krake/tree/main/Firmware/factoryTest/FactoryTest_wMenu
Review is like White box testing,
Ideally there should be no dead code or unreachable code or stale code in a project
Short Summary of the buggy behavior:
This define is never used.
#define DEVICE_UNDER_TEST "SN: LB0008" //A Serial Number
Root Cause Analysis
Why is it there? (I know but want others to ponder and then understand the root cause of this stale code ie mistake)