Skip to content

Commit

Permalink
added 3 lines back (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Gay <[email protected]>
  • Loading branch information
Alandlt15 and nateinaction authored Jan 8, 2025
1 parent e269bd3 commit e2bcec5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/pysquared/pysquared.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,10 @@ def __init__(self) -> None:
"""
self.scan_tca_channels()

if self.f_fsk:
self.debug_print("Next restart will be in LoRa mode.")
self.f_fsk = False

"""
Prints init State of PySquared Hardware
"""
Expand Down

0 comments on commit e2bcec5

Please sign in to comment.