Further refactored code and dealt with the verifier issues with string comparisons

This commit is contained in:
h3xduck
2021-11-24 12:17:31 -05:00
parent 0568d5192d
commit 74cc7ff9e5
10 changed files with 311 additions and 231 deletions

View File

@@ -2,5 +2,6 @@
#define __CONSTANTS_H
#define SECRET_PACKET_PAYLOAD "test"
#define SECRET_PACKET_DEST_PORT 9000
#endif