UncleGrumpy / Moonlight_8266

ESP8266 WebSocket server to control a single RGB . With a moon themed web interface for use with a 3-D printed Moon lamp.
MIT License
2 stars 1 forks source link

Fix bugs found by CodeQL analysis #17

Closed UncleGrumpy closed 7 months ago

UncleGrumpy commented 7 months ago

Fixes several insafe variables in the javascript code. These variables were not declared as local variables, and therefore were being promoted to global variables. This oversight has been fixed.