Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update requests_wifi_advanced to 9.0 with Connection Manager #178

Merged
merged 14 commits into from
Apr 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed pylint: disable=import-error
cleaning up discrepancy between my local pylint and adafruit actions.
  • Loading branch information
DJDevon3 committed Apr 2, 2024
commit 09f8e3751412a3b6dd2f1fcb8fb2e268001a9d70
1 change: 0 additions & 1 deletion examples/wifi/requests_wifi_advanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# https://help.openai.com/en/articles/6825453-chatgpt-release-notes
# https://chat.openai.com/share/32ef0c5f-ac92-4d36-9d1e-0f91e0c4c574
""" WiFi Advanced (User-Agent & Status Codes) Example """
# pylint: disable=import-error

import os

Expand Down
Loading