sunnypilot: update brand

This commit is contained in:
Jason Wen
2023-03-26 09:20:57 -04:00
parent d4a039823b
commit 5ae00ea1fc
+1 -1
View File
@@ -21,7 +21,7 @@ QString getVersion() {
}
QString getBrand() {
return Params().getBool("Passive") ? QObject::tr("dashcam") : QObject::tr("openpilot");
return Params().getBool("Passive") ? QObject::tr("dashcam") : QObject::tr("sunnypilot");
}
QString getUserAgent() {