From 62ff6c0551916b1ff56aa40f199e0803f60fac1e Mon Sep 17 00:00:00 2001 From: Rick Lan Date: Thu, 13 Jun 2024 22:09:15 +0800 Subject: [PATCH] missing var def for ip --- selfdrive/ui/qt/sidebar.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selfdrive/ui/qt/sidebar.h b/selfdrive/ui/qt/sidebar.h index d7dc64e8b..e676af9f0 100644 --- a/selfdrive/ui/qt/sidebar.h +++ b/selfdrive/ui/qt/sidebar.h @@ -60,6 +60,8 @@ protected: ItemStatus connect_status, panda_status, temp_status; QString net_type; int net_strength = 0; + // dp + QString ipAddr = ""; private: std::unique_ptr pm;