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:
joran2738
2023-11-08 16:42:15 +01:00
parent bdf445b708
commit 5e464fd5fd
2 changed files with 40 additions and 9 deletions

View File

@@ -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");;