Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 2, 2024
2 parents 201822e + e4048f4 commit c6e3a86
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions beacon.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def _check_mcu_version(self):
logging.info(
"Could not find Beacon firmware update script, won't check for update."
)
return
return ""
serialport = self._mcu._serialport

parent_conn, child_conn = multiprocessing.Pipe()
Expand Down Expand Up @@ -300,8 +300,7 @@ def do():
except AttributeError:
logging.info(result)
return result
else:
return ""
return ""

def _build_config(self):
version_info = self._check_mcu_version()
Expand Down

0 comments on commit c6e3a86

Please sign in to comment.