Async USB read

This commit is contained in:
Niellune
2026-03-21 03:28:52 +02:00
parent 6e1cf00086
commit a06e58133f
11 changed files with 271 additions and 149 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ bool Settings::load(const std::string &filename)
std::ifstream file(filename);
if (!file.is_open())
{
std::cerr << "[Settings] Cannot open " << filename << "" << std::endl;
std::cerr << "[Settings] Cannot open file: " << filename << std::endl;
return false;
}