Avi B

Results 10 issues of Avi B

The current code reads/writes GPT headers in 92-byte `HeaderSize` increments. Changing the code to read/write GPT headers in sector increments is a tradeoff with the following pros/cons: Reading the whole...

Awaiting author

The table shown under "Wiring ESP32 with the LED Matrix Panel" lists `B` pin as connected to IO19. The section right under it has `#define B_PIN 22`. This is inconsistent,...

In the [Wiring ESP32 with the LED Matrix Panel](https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA) section, the pin mapping diagram maps "B -> IO19" ... while the code sketch under it has "#define B_PIN 22". All...

This enables support for ezTime as an ESP-IDF component (with Arduino as a component). This is a common pattern and is also done by the hugely popular adafruit/Adafruit-GFX-Library library.

Enables support for WifiManager as an ESP-IDF component. ESP-IDF is a popular development framework for ESP32 chips. This file is based on the CMakeLists.txt file from the popular Adafruit-GFX-Library library.

enhancement

Enables TFTLCD-Library as an ESP-IDF component (with Arduino as component). This file is based on the CMakeLists.txt file in the Adafruit-GFX-Library repo.

There is a mismatch in expectations of the implementation vs test code regarding selection of IPv6 addresses. This can cause sporadic / intermittent test failures based on the order that...

`addrWithOptionalZone` only adds the name of the zone when the IPv6 address is link-local unicast or broadcast. This causes tests to fail when an IPv6 Unique Local Address (ULA) address...

From [the RFC](https://github.com/openwrt/mdnsd/blob/master/rfc6762.txt#L2532-L2550): > The simple rules for case-insensitivity in Unicast DNS [RFC1034] [RFC1035] also apply in Multicast DNS; that is to say, in name comparisons, the lowercase letters "a"...

Context: https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA/issues/798 Users are reporting that it's difficult to use the arduino-esp32 repo when building with esp-idf because of the size of that repo. The repo contains over 2GB of...