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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user