fixed warnings

This commit is contained in:
lkoester
2023-02-15 14:02:05 +01:00
parent ba31154990
commit 2c0c7a4655
8 changed files with 75 additions and 83 deletions

View File

@ -1,7 +1,7 @@
{
"com_if": "udp",
"tcpip_udp_ip_addr_raspi": "192.168.1.116",
"tcpip_udp_ip_addr": "192.168.1.5",
"tcpip_udp_ip_addr": "192.168.1.116",
"tcpip_udp_ip_addr_windows": "192.168.1.5",
"tcpip_udp_port": 7301,
"tcpip_udp_recv_max_size": 1500
}