File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## Version 2.8.0
3+ - SSL is now enabled by default
4+
25## Version 2.7.6
36- Internal changes
47 removed QueueList.h and use std::queue instead
Original file line number Diff line number Diff line change 2424
2525// Version Configuration
2626#define SINRICPRO_VERSION_MAJOR 2
27- #define SINRICPRO_VERSION_MINOR 7
28- #define SINRICPRO_VERSION_REVISION 6
27+ #define SINRICPRO_VERSION_MINOR 8
28+ #define SINRICPRO_VERSION_REVISION 0
2929#define SINRICPRO_VERSION STR(SINRICPRO_VERSION_MAJOR) "." STR(SINRICPRO_VERSION_MINOR) "." STR(SINRICPRO_VERSION_REVISION)
3030#define SINRICPRO_VERSION_STR "SinricPro (v" SINRICPRO_VERSION ")"
3131
3232// Server Configuration
33+ #ifndef SINRICPRO_NOSSL
34+ #define WEBSOCKET_SSL
35+ #endif
36+
3337#define SINRICPRO_SERVER_URL "ws.sinric.pro"
3438#define SINRICPRO_SERVER_PORT 80
3539#define SINRICPRO_SERVER_SSL_PORT 443
You can’t perform that action at this time.
0 commit comments