ConstantParameters.h 484 B

123456789101112131415
  1. #ifndef CONSTANTPARAMETERS_H
  2. #define CONSTANTPARAMETERS_H
  3. #define MAX_VOLUME 65536
  4. // Hardcoded information sent to spotify servers
  5. const char * const deviceId = "162137fd329622137a14901634264e6f332e2422";
  6. const char * const informationString = "cspot";
  7. const char * const brandName = "corn";
  8. const char * const versionString = "cspot-1.0";
  9. const char * const protocolVersion = "2.7.1";
  10. const char * const defaultDeviceName = "CSpot";
  11. const char * const swVersion = "1.0.0";
  12. #endif