add media

This commit is contained in:
Exeldro
2020-04-19 20:26:24 +02:00
parent 7f84de64d8
commit 38bd59c1fd
8 changed files with 1387 additions and 726 deletions

View File

@@ -36,7 +36,7 @@ bool SwitcherData::prioFuncsValid()
for (int p : functionNamesByPriority)
{
if (p < 0 || p > 5)
if (p < 0 || p > 6)
return false;
}
return true;