Feature: Sends info about session to the API

This commit is contained in:
2025-10-21 19:01:20 +01:00
parent 9449749b9b
commit c5c9e22ed6
3 changed files with 127 additions and 101 deletions
+1
View File
@@ -186,6 +186,7 @@ typedef struct trackAtributesAPI {
typedef struct api_packet {
u_int8_t tracker_id;
u_int8_t last_updated_carid;
u_int8_t connected_cars;
carAtributesAPI cars[64];
trackAtributesAPI track_info;