Skip to content

Commit

Permalink
Closes bitcraze#470: Fix lighthouse deck init param name
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel authored Feb 2, 2021
1 parent 3fc890d commit c121018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfclient/ui/tabs/lighthouse_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def _request_param_to_detect_lighthouse_deck(self):
installed"""
group = 'deck'
# TODO krri should the deck id be bcLighthouse4?
param = 'bdLighthouse4'
param = 'bcLighthouse4'

if self._is_in_param_toc(group, param):
logger.info("Requesting lighthouse deck parameter")
Expand Down

0 comments on commit c121018

Please sign in to comment.