Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
83:08c983006a6e
Parent:
66:18a10c0b6d93
Child:
93:580fc113d9e9
--- a/udp/tftp.c	Thu Nov 15 18:42:42 2018 +0000
+++ b/udp/tftp.c	Sat Nov 17 15:49:03 2018 +0000
@@ -67,6 +67,7 @@
         default: LogF("Unknown error code 00%02x", *p    ); break;
     }
 }
+bool       TftpSendRequestsViaIp4 = false;
 uint32_t   TftpServerIp4;
 char       TftpServerIp6[16];
 int        TftpWriteStatus = TFTP_WRITE_STATUS_NONE;