Skip to content

Commit

Permalink
Update references to issue that was moved
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Nov 1, 2024
1 parent 91d7fd6 commit 483560d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ __This version is not compatible with versions of Moodle prior to Moodle 4.4!__
## Version 2.17.2, 2023-11-28

### Add
- New code added to workaround a bug with wifi protocol on RPi3B (issue https://github.com/moodlebox/moodlebox/issues/319).
- New code added to workaround a bug with wifi protocol on RPi3B (issue #145).

### Fixed
- Rename wrong filename in script and add routine to fix the buggy filename on devices (issue #127).
Expand Down
2 changes: 1 addition & 1 deletion bin/changewifisettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def is_pi3():
default_max_range = 254

# Workaround a bug with WPA2 protocol on RPi3B.
# See https://github.com/moodlebox/moodlebox/issues/319.
# See https://github.com/moodlebox/moodle-tool_moodlebox/issues/145.
if is_pi3():
proto = 'rsn,wpa'
else:
Expand Down

0 comments on commit 483560d

Please sign in to comment.