Spore icon indicating copy to clipboard operation
Spore copied to clipboard

Spore WiFi LED module. Firmware and Hardware.

Results 16 Spore issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [qs](https://github.com/ljharb/qs) to 6.5.3 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.5.2 to 6.5.3 Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse:...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [electron](https://github.com/electron/electron) from 2.0.9 to 18.3.7. Release notes Sourced from electron's releases. electron v18.3.7 Release Notes for v18.3.7 Fixes Fixed WCO not responding to touch events on windows. #35177 (Also...

dependencies

Bumps [ws](https://github.com/websockets/ws) from 6.0.0 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...

dependencies

On configapp restart, some devices will continually reconnect to the config app on every ping (not sure if hardware ping or config ping). Might be related to #3. Not sure...

bug
ConfigApp
Firmware

if server/config is closed, spore modules don't recognize disconnect (consequence of shifting to async websockets??) This is important to be able to kick out of test mode on a lost...

bug
Firmware

in cases with a poor connection, wss.clients.size is too big - i.e. a single device connected and wss.clients.size (can be seen in status console) is 2

bug
ConfigApp

this could be reload app, reload config (tricky), or just post a notice in GUI that config has changed and restart is required.

enhancement
ConfigApp

Would be nice to have this automatic as we have to call it every time. Can probably delete the button if we do this??

enhancement
ConfigApp