Skip to content

Commit

Permalink
fix python scanner_curses example
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 19, 2024
1 parent dbb5d33 commit 7478aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/scanner_curses.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def init_radio():
"""init the radio"""
radio.begin()
radio.set_auto_ack(False)
radio.crc_length = CrcLength.DISABLED
radio.crc_length = CrcLength.Disabled
radio.address_length = 2
for pipe, address in enumerate(noise_address):
radio.open_rx_pipe(pipe, address)
Expand Down

0 comments on commit 7478aa2

Please sign in to comment.