-
`_parseURL()` doesn't consider `https://www.google.com` a valid URL, but it does with `https://www.google.com/`.
-
Compiler used: `gcc-arm-none-eabi-10.3-2021.10-x86_64-linux`
modm commit hash: `c949daff`
Build tool: `cmake 3.23.2`
The gist of the issue seems to be that `std::floor` has only been constexpr in…
-
If I include the Ethernet or Ethernet3 library I get a buch of compiler errors.
I tried with the Arduino IDE 2 and PlatformIO using following code:
```
#include "Ethernet.h"
void setup() {
…
-
### Related area
Peripheral
### Hardware specification
ESP32
### Is your feature request related to a problem?
please help to esp32 control LED of (PHY) RTL8201
in the core 2.0.2. we found t…
-
Driver for w6100
I have had big problems with the stability of w5500, getting hot and unstable, and have been focusing og then w6100 chip.
I have modified then esp_eth_mac_w5500, to esp_eth_mac_…
-
I have a problem.
If I disconnect the cable for the Ethernet w5500 chip, then MQTT_Client does not reconnect.
I get the following error ...:
E (26603) TRANS_TCP: [sock = 54] select () timeout
E …
-
Hi!
I'm currently porting uIP (an ethernet and TCP/IP stack) to a Z80 processor using z88dk.
Unfortunately the checksum function behaves wrongly when compiled with -SO3.
The checksum routine…
-
Working with @jhnwmr on https://github.com/OPEnSLab-OSU/SSLClient/issues/8 I discovered that the using [PubSubClient](https://github.com/knolleary/pubsubclient) with SSLClient causes a stack overflow …
-
Hallo Hans. The included Ethernet library is old and shadows the current library. The Arduino Ethernet library now supports W5100, W520 and W5500 and has some new functions. It works over SPI library …