Open Issues Need Help
View All on GitHubAI 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.
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.