added to the udp server code
request is received well, no reply seen in the Qt application, could be because i had to correct code to this version of Qt creator. Waiting on validation of correct changes from Wim Dams
This commit is contained in:
@@ -111,8 +111,8 @@ int main(void)
|
||||
MX_LWIP_Init();
|
||||
MX_QUADSPI_Init();
|
||||
/* USER CODE BEGIN 2 */
|
||||
init_UDP_server();
|
||||
owner_details_t owner;
|
||||
init_UDP_server();
|
||||
|
||||
if(!set_owner_details(&owner, "joran", "vn")){
|
||||
LOG_DEBUG(TAG,"error");;
|
||||
|
||||
Reference in New Issue
Block a user