hcarter333 / pico-w-mem-keyer

Uses the PicoW as a ham radio memory keyer
Apache License 2.0
0 stars 1 forks source link

favicon request from browser hangs server on pico 2 #11

Open hcarter333 opened 9 months ago

hcarter333 commented 9 months ago

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 commented 9 months ago

Actually, still getting the requests