missing var def for ip

This commit is contained in:
Rick Lan
2024-06-13 22:09:15 +08:00
parent 53ca49631b
commit 62ff6c0551
+2
View File
@@ -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<PubMaster> pm;