Skip to content

Commit

Permalink
Bump wifi plugin to include display bug
Browse files Browse the repository at this point in the history
Paritally revert changes to resolve config bug
  • Loading branch information
NeonDaniel committed Mar 13, 2023
1 parent 130ba50 commit 6f072a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions neon_core/skills/skill_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,11 @@ def download_or_update_defaults(self):
# if no internet just skip this update
LOG.error("no internet, skipped default skills installation")

# def _load_new_skills(self, *args, **kwargs):
# with self.load_lock:
# LOG.debug(f"Loading skills: {kwargs}")
# super()._load_new_skills(*args, **kwargs)
def _load_new_skills(self, *args, **kwargs):
# with self.load_lock:
# LOG.debug(f"Loading skills: {kwargs}")
# Override load method for config module checks
super()._load_new_skills(*args, **kwargs)

def run(self):
"""Load skills and update periodically from disk and internet."""
Expand Down
2 changes: 1 addition & 1 deletion requirements/pi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ovos-phal-plugin-configuration-provider~=1.0.0
ovos-phal-plugin-balena-wifi~=1.0.0
ovos-phal-plugin-gui-network-client~=0.0.2
ovos-phal-plugin-network-manager~=1.0.0
ovos-phal-plugin-wifi-setup~=1.0,>=1.0.1
ovos-phal-plugin-wifi-setup~=1.0,>=1.1.0a1
ovos-phal-plugin-dashboard==0.0.2a3
ovos-phal-plugin-alsa~=0.0.2
ovos-phal-plugin-system~=0.0.3
Expand Down

0 comments on commit 6f072a9

Please sign in to comment.