mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 03:22:07 +08:00
disable panda deep sleep for now
old-commit-hash: d907021d58b14f49480308f01935c975daa590a6
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user