You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
In various examples, the use of the LED appears to be inverted.
i.e.
define LED_OFF HIGH
define LED_ON LOW
It looks from the code as if the LED should be OFF while IDLE and turn on while processing a request.
Where in fact the observed state of the LED looks like it is on ALL the time, the blink to OFF is so short that it is masked by the brightness of the LED.
Steps to Reproduce
Build and run any of the examples where LED is used, and observe LED state.
Expected behavior
As described above, would expect LED to be reversed.
Actual behavior
As described above, the LED appears to be ON all the time.
Debug and AT-command log (if applicable)
Used firefox to access target web address to cause request activity.
Screenshots
N/A
Information
Arduino IDE version 1.8.19
RP2040 Core Version RP2040 core v2.5.2
RP2040 Board type RASPBERRY_PI_PICO_W
Contextual information - Just trying out the library to see if it fits with my needs.
Simplest possible steps to reproduce - build and run Async_AdvancedWebServer example program.
Anything that might be relevant in your opinion, such as:
Operating system code built on Windows 10 laptop
Network configuration - Firefox 104.0.2 (64-bit) browsing to Pico-W IP address.