mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
The slot in the websocket client will now run through until there are no more data in the buffer
Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
This commit is contained in:
@@ -298,7 +298,7 @@ $(document).ready(function() {
|
||||
|
||||
createCP('cp2', cpcolor, function(rgbT,hex){
|
||||
rgb = rgbT;
|
||||
sendColor()
|
||||
sendColor();
|
||||
setStorage('rmcpcolor', hex);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user