Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core. This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc. Now can display programmed WiFi country-code and support using CString to save heap to send very large data
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.
Describe the bug
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
RP2040
Core Version RP2040 core v2.5.2RP2040
Board type RASPBERRY_PI_PICO_W