mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
fix standalone tests
This commit is contained in:
@@ -22,7 +22,6 @@ def connect_wo_esp():
|
||||
def connect_wifi():
|
||||
p = Panda()
|
||||
dongle_id, pw = p.get_serial()
|
||||
dongle_id = ssid.strip("\x00")
|
||||
assert(dongle_id.isalnum())
|
||||
_connect_wifi(dongle_id, pw)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user