Fix for UART SoundFond OSD

This commit is contained in:
BinaryBond007
2020-05-22 02:50:44 -04:00
committed by GitHub
parent 5567ab35fa
commit 356c4a36d2

View File

@@ -2475,7 +2475,7 @@ void HandleUI(void)
{
printf("MENU_SFONT_FILE_SELECTED --> '%s'\n", selPath);
sprintf(Selected_tmp, "/sbin/mlinkutil FSSFONT /media/fat/\"%s\"", selPath);
system(s);
system(Selected_tmp);
AdjustDirectory(selPath);
//keep file select OSD
menustate = MENU_FILE_SELECT1; //MENU_UART1;