Max Prokhorov
Max Prokhorov
Small correction - it also affects normal pio-run and it happens whenever BSEC lib is either in the lib/ of the project or the ~/.platformio/lib (or any other lib using...
> I forgot you can use `lib_ignore` to skip some libs. Hm. This does not work for the case above :/ With the modified .ini: ``` > pio run -v...
> Yes, when we look for dependencies we analyze all libraries according to the storage list. Extra scripts are called on each init of a library because "extra script" can...
Just to note, this might also affect lib_deps=... entries, which was noticed some time ago here: https://gitter.im/tinkerman-cat/espurna?at=5f32a2b3b103e45c830df0f5 https://github.com/xoseperez/espurna itself builds purely from .cpp files, but as noticed in the same...
Maybe related to the https://github.com/platformio/platform-espressif8266/issues/174#issuecomment-544431763 (and the linked pio-community thread)?
We depend on the SDK implementation of enterprise connection, so only if it supports then we could support it. You could check standalone SDK examples, though. (obviously, both are without...
Depends on #5790
We do have a lot of LED switching already though, check out PostServer & AdvancedWebServer Also... instead of String, please use PROGMEM'ed strings (`static const char x[] PROGMEM = "...";`)...
nit: unique_ptr will help, since we don't allow copies anyway and it handles free() and gets zeroed when when move happens
idk what to answer for review, but 'it does not look simplified' :) given the stability of the existing code (as it was the main argument from Matrix), we should...