Sugar Glider

Results 592 comments of Sugar Glider

@avillacis @tablatronix Please try the Fix on PR #7284

@PilnyTomas - Would you like to test it and investigate this issue? Let me know.

The real question of this issue is: ``` refer example sketch as below. is this is valid result? opposite with ESPAsyncWebServer libs request.params() count without equal= after ? as +1...

The URL may have a Query string which starts after "?" symbol as this general format: `scheme://username:[email protected]:port/path/file-name.suffix?query-string#hash` The syntax of the Query is not specified in the [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986#section-3.4). But...

@mrengineer7777 - Let me know when it is ready.

> Looks like I'll need to update CMakeLists.txt if we are happy with the file locations. Yes, it's just a matter of adding it. CMake/CI needs all files in place....

@mrengineer7777 Thanks! I have an initial suggestion: - Do you mind using Apache License instead, like the one used in https://github.com/espressif/arduino-esp32/blob/master/cores/esp32/HWCDC.h#L1-L13 - we are looking into moving as much as...

@mrengineer7777 - Talking to @me-no-dev, he made some nice suggestions also: 1- MacAddress6 should be named just MacAddress, as it is the default size for our SoCs and mostly known....

@mrengineer7777 | @me-no-dev Thanks David for adding this class! I have added all necessary operators and Printable to the classes in order to make it closer to IPAddress Arduino Class....