mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 16:26:14 +08:00
Update UI fixes/improvements (#21089)
* Show latest update time * utc * make work more than once * cleanup * whitespace * only while offroad
This commit is contained in:
@@ -43,6 +43,10 @@ public:
|
||||
return get(key.c_str(), block);
|
||||
}
|
||||
|
||||
inline std::string getParamsPath() {
|
||||
return params_path;
|
||||
}
|
||||
|
||||
template <class T>
|
||||
std::optional<T> get(const char *key, bool block = false) {
|
||||
std::istringstream iss(get(key, block));
|
||||
|
||||
Reference in New Issue
Block a user