[PCA9685] remove OUT ENABLED label as it is no longer used in interactive tests

This commit is contained in:
ІО-23 Шмуляр Олег 2025-04-14 20:17:07 +03:00
parent 0eb025d3d4
commit 4c9c1ff2c8
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ int PCA9685_run_test(void)
return 1;
} else {
DISPLAY_SET_CURSOR(1, 1);
display_write_data_seq("OK OUT ENABLED");
display_write_data_seq("OK");
return 0;
}