ewowi

Results 10 issues of ewowi

This has a few advantages: - First argument is already displayed in the output so no need to repeat, makes the text more compact - Easy to visually see which...

Hi there, I want to implement a few services broadcasting UDP packets into the network and receiving UDP from the network. - sending an UDP package when something changes (so...

UI == - analytics.ts and models.ts: add used_heap, free_psram, used_psram and psram_size - SystemMetrics: add psram (conditionally) - SystemStatus: reorder items from dynamic to static info, psram (conditionally), consistant formatting...

Problem: To avoid getting null is not an object - metadata.parent when updating more then once in the same Wifi screen Solution: - do not maintain 2 states for dndNetworkList...

Using the driver in https://github.com/MoonModules/StarLight where it is possible to change the fixture resulting in a new call to driver.initled. This worked before in older (non S3?) versions, but on...

Tested on Esp32-S3 This is the output pins[, 26, 33, 32, 35, 34, 26] Start driveroffset initiationsemaphore initPins initiationESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x8 (TG1WDT_SYS_RST),boot:0x8 (SPI_FAST_FLASH_BOOT) Saved PC:0x403743c0 SPIWP:0xee mode:DIO, clock...

I2SClocklessVirtualLedDriver.h - static __default__mapping - static interruptSource - static _internalOffsetDisplay;

In order to optimize I2SClocklessLedDriver for use in other projects and to optimize it for the recent esp-idf 5.5 platform a number of changes are already made and will be...

Preparing for P4 support (doesn't break non P4 devices) As discussed here: https://discord.com/channels/1420051709656305724/1420054764846190705/1425481731850502184

This replaces the battery service with a more general energy service. It still contains soc and charging But it can now be extended with other energy parameters like voltage and...