Lente/Prism Scripts (examples and documentation)

2 Open Issues Need Help Last updated: Jul 14, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Improve the battery emulator calibration process in the Lente/Prism production test system. The current implementation automatically calibrates the battery emulator during header configuration, causing unnecessary delays for DUTs without battery chargers. The task requires refactoring the calibration process to be explicitly called, potentially through a function call, optional argument, or JSON configuration option, to improve efficiency and user experience.

Complexity: 3/5
enhancement help wanted

Lente/Prism Scripts (examples and documentation)

C++

AI Summary: Add a new boolean setting, "send_logs_on_startup", to the existing settings.json file within the Sistemi Lente/Prism PCBA Production Test System. This setting will control whether log files are automatically sent upon system startup for diagnostic purposes. The feature is already implemented in version a08, so the task primarily involves integrating this setting into the configuration file and potentially updating documentation.

Complexity: 2/5
enhancement help wanted

Lente/Prism Scripts (examples and documentation)

C++