mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 21:17:18 +03:00
unique UUID per CSPOT player
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
#include "Logger.h"
|
||||
#include "ConfigJSON.h"
|
||||
|
||||
// provide weak deviceId (see ConstantParameters.h)
|
||||
char deviceId[] __attribute__((weak)) = "162137fd329622137a14901634264e6f332e2422";
|
||||
|
||||
ZeroconfAuthenticator::ZeroconfAuthenticator(authCallback callback, std::shared_ptr<bell::BaseHTTPServer> httpServer) {
|
||||
this->gotBlobCallback = callback;
|
||||
srand((unsigned int)time(NULL));
|
||||
|
||||
Reference in New Issue
Block a user