From 60fc30586bed191a357952d41ad1230097d353df Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Mon, 1 Jul 2024 02:50:04 -0400 Subject: [PATCH] update --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 5acf726..d3ceeab 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -20,6 +20,8 @@ #include #include +// comment here + const char *DESTINATION_IP = "255.255.255.255"; const uint16_t SOURCE_PORT = 14236; const uint16_t DESTINATION_PORT = 14235;