Skip to content

Commit 593be35

Browse files
committed
Change wifi length
1 parent a80dcdf commit 593be35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

UDP_API.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
#include <sys/socket.h>
5555
#endif
5656

57-
57+
#include "Common.h"
5858
#include "pkt_Queue.h"
5959

6060

@@ -71,7 +71,7 @@
7171

7272
#define LENGTH_OF_SHA256 512
7373

74-
#define LENGTH_OF_ENCODED_WIFI_MESSAGE 8192
74+
#define LENGTH_OF_ENCODED_WIFI_MESSAGE (WIFI_MESSAGE_LENGTH + LENGTH_OF_SHA256)
7575

7676
/* When debugging is needed */
7777
//#define debugging

Version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Version=1.0
2-
Build=1121
2+
Build=1122

0 commit comments

Comments
 (0)