OekoSolveMG

Results 7 issues of OekoSolveMG

### Basic Infos ### Hardware WiFimanager Branch / Release: v2.0.11-beta Esp8266 / Esp32: ESP32 Hardware: M5 Stack Core 1 Core Version: 2.4.0, staging ### Description When the WiFi has not...

bug

### Basic Infos #### Hardware WiFimanager Branch / Release: v2.0.11-beta Esp8266 / Esp32: ESP32 Hardware: M5 Stack Core 1 Core Version: 2.4.0, staging ### Description When being connected to a...

**Describe the bug** RTUUtils causes certain messages to be cut into smaller parts and it seems to miss some bytes, causing E2 - CRC Check errors and E5 - Packet...

bug

# Description I didn't want to hardcoded change the ```unsigned char m_iobuf[2048];``` in the ```SSLCLient.h``` every time I reimport the library. Therefore I added an optional template argument for ```SSLClientSized```...

### Board M5 Stack Core 1 / 2 ### Device Description [M5 Stack Core 1 / 2](https://docs.m5stack.com/en/core/core2) with the [LAN Module with W5500](https://docs.m5stack.com/en/base/lan_v12) ### Hardware Configuration [Pinmap M5 Core 2](https://docs.m5stack.com/en/core/core2)...

Status: Test needed
Type: Documentation
Area: Peripherals API
Peripheral: UART

## Description of Change The [Ethernet](https://github.com/arduino-libraries/Ethernet) library already supports W5500, the main problem is that it does not use the underlying `esp_netif_t` client that the `WiFiClient` uses, but instead a...

Area: Libraries
Status: Needs investigation

**Description** Even if the software does not subscribe the `v2/fw/response/+` and the `v1/devices/me/attributes/response/+` topic, it still receives the response data when sending requests on that topic. It is even possible...

question