This commit is contained in:
cuu
2018-12-20 16:02:07 +08:00
parent df344ed12b
commit 36ebf2f7fc
4 changed files with 29 additions and 10 deletions

View File

@@ -92,6 +92,8 @@ class NetItem(object):
print(object["RSSI"])
self._RSSI = int(object["RSSI"])
mac_addr = mac_addr[:34]
name_label.Init(mac_addr,self._FontObj)
self._Labels["mac_addr"] = name_label