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

favicon request from browser hangs server on pico 2 #11

Open
hcarter333 opened this issue Feb 5, 2024 · 1 comment
Open

favicon request from browser hangs server on pico 2 #11

hcarter333 opened this issue Feb 5, 2024 · 1 comment

Comments

@hcarter333
Copy link
Owner

The fix from here was to add a link tag:

html = """<!DOCTYPE html>
<html>
    <head> <title>Pico W</title>
    <link rel="icon" href="data:;base64,iVBORw0KGgo=">
    </head>
    <body> <h1>Pico W</h1>

@hcarter333
Copy link
Owner Author

Actually, still getting the requests

@hcarter333 hcarter333 reopened this Feb 5, 2024
hcarter333 added a commit that referenced this issue Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant