Skip to content

Commit 3297330

Browse files
Don't enable backpack VCC in ScoutHandler
Scout.cpp will already have enabled it to read the backpack bus, so no need to enable it again.
1 parent cc6cbfe commit 3297330

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ScoutHandler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ PinoccioScoutHandler::~PinoccioScoutHandler() { }
1616
void PinoccioScoutHandler::setup() {
1717
if (Scout.isLeadScout()) {
1818

19-
Scout.enableBackpackVcc();
2019
Serial.print("Wi-Fi backpack connecting...");
2120
Scout.wifi.setup();
2221
Scout.wifi.autoConnect();

0 commit comments

Comments
 (0)