Will Miles
Will Miles
I don't think it's currently possible to proxy network access over the serial port; as far as I'm aware that's never been done with Espressif's TCP/IP stack. You could potentially...
> Note to self - we should also send flash size and perhaps partition info given the current challenges regarding bin size, especially with V4 and also the issues with...
From a technical design review standpoint: +1 for the hash over the MAC address as device ID. Unique but not reversible. I'm not thrilled about a statically allocated packet 100s...
>> I also think it would be better to track posting success, rather than periodically spray packets on to the internet -- I think we should aim to minimize the...
> > Do we care about uptime in general, or uptime of crashes? > > I was thinking mostly about detection of crashes. If you have a technique to actual...
WLED doesn't save the last effect selected in the default builds. That feature is implemented as an additional module, the "auto_save" usermod. Do you have your devices configured to light...
> Looks like the CI part is doing what I want now and trying to build each usermod for each env so we can easily see if anything breaks on...
> > OK, if I'm understanding correctly, the goal is to do full-usermod builds on all platforms, but only if the usermods themselves change; while the base ESP32 platform still...
> What you might expect the behaviour of extends and what actually happens in platformio are very different things. This is why I said how you still need to define...
> > How do you intend to handle inter-module dependencies? Not all modules can be built in isolation. `PWM_fan` is a good example - it depends on certain other usermods...