added cfg features to allow compilation on windows/non-unix using --no-default-features

This commit is contained in:
lkoester
2023-02-15 09:56:14 +01:00
parent 37cf90f559
commit ba31154990
8 changed files with 146 additions and 72 deletions

View File

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