fix: fixed more info in the UI

This commit is contained in:
AfonsoCMSousa 2026-01-07 19:47:44 +00:00
parent 4901c4b523
commit 0bdcbb9a9c

View File

@ -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) {