Fix missing NetConfigure call.

This commit is contained in:
TomAwezome 2022-01-17 00:28:34 -05:00
parent 10a5876ce7
commit cea590ba55

View file

@ -2,6 +2,7 @@
Cd(__DIR__);; Cd(__DIR__);;
#include "Load" #include "Load"
I64 retries = 5; I64 retries = 5;
NetConfigure;
while (ipv4_globals.local_ip == 0 && retries--) // local_ip is set if NetConfigure is successful while (ipv4_globals.local_ip == 0 && retries--) // local_ip is set if NetConfigure is successful
{ {
"\nNetConfigure unsuccessful. Retrying...\n"; "\nNetConfigure unsuccessful. Retrying...\n";