disable panda deep sleep for now

This commit is contained in:
Adeeb Shihadeh
2022-08-18 15:36:50 -07:00
parent 6a3a9944c2
commit d907021d58
+1 -1
View File
@@ -197,7 +197,7 @@ Panda *usb_connect(std::string serial="", uint32_t index=0) {
if (getenv("BOARDD_LOOPBACK")) {
panda->set_loopback(true);
}
panda->enable_deepsleep();
//panda->enable_deepsleep();
// power on charging, only the first time. Panda can also change mode and it causes a brief disconneciton
#ifndef __x86_64__