[PCA9685] improvement: add OUTPUT ENABLED label to the OK status

This commit is contained in:
2025-03-09 22:04:59 +02:00
parent 207f9c9ddf
commit 117ba3202c

View File

@@ -68,7 +68,7 @@ void PCA9685_run_test(void)
display_write_data_seq(" errors");
} else {
DISPLAY_SET_CURSOR(1, 1);
display_write_data_seq("OK");
display_write_data_seq("OK OUT ENABLED");
}
}