Wiznet / RP2040-HAT-MicroPython

54 stars 22 forks source link

HTTP server example has undefined led value #21

Closed AritraSengupta closed 1 year ago

AritraSengupta commented 1 year ago

In https://github.com/Wiznet/RP2040-HAT-MicroPython/blob/main/examples/HTTP/HTTP_Server/HTTP_Server.py: led value is not defined. We should add something like this: led = Pin(25, Pin.OUT) on line 6.

min-hs commented 1 year ago

I was into setting the "led pin". I modified it.