added set owner details functionality

i added some code to the Qt application so that it can send the owner name and surname to set on the microcontroller
This commit is contained in:
joran2738
2023-11-13 23:42:45 +01:00
parent 6739c7c6bf
commit 597d79efce
2 changed files with 78 additions and 16 deletions

View File

@@ -31,8 +31,9 @@
#define F_REPLY "format_reply"
// Defines used by UDP callback
#define MAX_DATA_SIZE 30 // Define the maximum expected data size
#define MAX_DATA_SIZE 50 // Define the maximum expected data size
#define UDP_QUESTION1 "Where are you?v1.0" // Expected request from UDP client
#define UDP_QUESTION2 "Change details to:" // Expected request from UDP client
/**
* @struct owner_details_t