Skip to content

Commit

Permalink
Fix non transmitting error
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Sep 25, 2023
1 parent 0edff2f commit d467f4d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions firmware/src/apps/raesp/comps/RadioCommander.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,8 @@ namespace apps::raesp::comps
int8_t ledPin{-1};

if (auto radioLedSp{radioLedWp.lock()})
{
ledPin = radioLedSp->getPin();
return;
}


/* Get radio pin and led pin. */
uint8_t radioPin{static_cast<uint8_t>(radioPhy->getGpio())};

Expand Down

0 comments on commit d467f4d

Please sign in to comment.