From 0bdcbb9a9cf19947c83e4549395907ae45a94732 Mon Sep 17 00:00:00 2001 From: AfonsoCMSousa Date: Wed, 7 Jan 2026 19:47:44 +0000 Subject: [PATCH] fix: fixed more info in the UI --- source/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/main.cpp b/source/main.cpp index e0549fe..76b360f 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -20,6 +20,7 @@ int main(int argc, char *argv[]) { sock.connect(app.app_server_out_ip, app.app_port_out); packet = sock.create_packet((uint8_t)app.app_id); + cout << "Sending packet with tracker ID: " << (int)packet.tracker_id << endl; sock.set_packet(packet); sock.send(); } catch (const runtime_error &e) {