Skip to content

Commit

Permalink
Correct variable access
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobeva committed Oct 24, 2024
1 parent aa5f96c commit 4df99e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNS/Interfaces/Android/RNodeMultiInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,7 @@ def initRadio(self):
self.parent_interface.setRadioState(KISS.RADIO_STATE_ON, self)
time.sleep(0.15)

if self.owner.use_ble:
if self.parent_interface.use_ble:
time.sleep(1)

def validateRadioState(self):
Expand Down

0 comments on commit 4df99e7

Please sign in to comment.