Max Prokhorov

Results 502 comments of Max Prokhorov

> > > Anybody wants to make a nice svg icon for Espurna? > Would be nice for the PWA and the favicon > > This is how the UI...

> I might need some help getting the public API built though (To output device name, description, board name and espurna version on a public endpoint) Some time ago there...

What I meant are these modules, if I correctly understood the loading process: ```vue ``` As previously mentioned, webpack conditional loader will strip this from the resulting bundle when env...

No problem. Looking at https://github.com/caiogondim/webpack-conditional-loader/blob/master/src/index.js, transformation is pretty straightforward anyway (so I guess hiding things like `import Rfb ...` would work too)

Kind-of a ping with questions: - anything I can improve from ws / api side of things? - does schema / arrays still make sense or is there some way...

idk if you are testing something, but what is up with newline removal of debug? why is it needed?

> Under relays: *buttons? as: `btnDblDl` BUTTON_DBLCLICK_DELAY (btw this already was `btnDelay`) `btnLngDl` BUTTON_LNGCLICK_DELAY `btnLngLngDl` BUTTON_LNGLNGCLICK_DELAY `btnSndAllEvts` BUTTON_MQTT_SEND_ALL_EVENTS All of those are indexed, i.e. per button?

While you are looking at HA module, check out https://github.com/xoseperez/espurna/compare/dev...mcspr:ha/ext-structs Idk if this is still relevant, but the idea is to put string-string container on top and generate either yaml...

https://github.com/xoseperez/espurna/pull/1909/commits/3076bc99cb9746db65266e60e0380b189eef53bf addresses the continuous sending, but buffer is held by the api user. https://www.nongnu.org/lwip/2_1_x/group__tcp__raw.html#ga6b2aa0efbf10e254930332b7c89cd8c5 notes that the pointer needs to live until ack is received, but I am a bit...

@mhightower83 sorry to "summon" you and bringing up other pr, ref https://github.com/me-no-dev/ESPAsyncTCP/pull/115 As far as I understood, error-related changes there are only required for the SyncClient operation i.e. intermixing loop...