Accept any negative version as Sunshine
This commit is contained in:
parent
08bb69ff7c
commit
07beb0f0a5
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ extern uint16_t VideoPortNumber;
|
|||
(AppVersionQuad[0] == (a) && AppVersionQuad[1] > (b)) || \
|
||||
(AppVersionQuad[0] == (a) && AppVersionQuad[1] == (b) && AppVersionQuad[2] >= (c)))
|
||||
|
||||
#define IS_SUNSHINE() (AppVersionQuad[3] == -1)
|
||||
#define IS_SUNSHINE() (AppVersionQuad[3] < 0)
|
||||
|
||||
#define UDP_RECV_POLL_TIMEOUT_MS 100
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue