Now that NetworkStatus is removed, the status of the network is not known until TCP is attempted. This doesn't happen until the end of the first interval, which means that the network LED is off until then. (It could be turned on, but it would be a false representation of an unknown network status).
DataHandler should check in by TCP upon initialization, once the server allows this gracefully (e.g. bearing/dosenet #106).
Now that
NetworkStatus
is removed, the status of the network is not known until TCP is attempted. This doesn't happen until the end of the first interval, which means that the network LED is off until then. (It could be turned on, but it would be a false representation of an unknown network status).DataHandler
should check in by TCP upon initialization, once the server allows this gracefully (e.g. bearing/dosenet #106).