#pragma once #include "esp_err.h" /* Configure all MAX3243 logic-side signals in their safe static-test state. */ esp_err_t rs232_hw_test_init(void); /* Register top-level status and the shared low-level `debug` submenu. */ esp_err_t rs232_hw_test_register_console_commands(void);