Add UI error 14 description

This commit is contained in:
Frank
2024-05-31 18:18:58 +02:00
parent d0941fd876
commit c532b5d31a

View File

@@ -1975,6 +1975,9 @@ function readState(s,command=false)
case 13:
errstr = "Missing ir.json.";
break;
case 14:
errstr = "Missing remote.json.";
break;
case 19:
errstr = "A filesystem error has occured.";
break;