Posted 25 February 2012 - 08:24 PM
Description:
If the turtle/computer shuts down while a rednet-port is open, then the red ring around the wireless modem remains on.
Even after a reboot and subsequent rednet.close(side) the texture doesn't seem to update and stays red.
Probably because internally the port actually is off and thus trying to turn it off doesn't force the texture to update?
Only after explicitly turning it on first via rednet.open(side) and then closing it rednet.close(side) does the red ring vanish.
Steps to reproduce:
Cheers :(/>/>
If the turtle/computer shuts down while a rednet-port is open, then the red ring around the wireless modem remains on.
Even after a reboot and subsequent rednet.close(side) the texture doesn't seem to update and stays red.
Probably because internally the port actually is off and thus trying to turn it off doesn't force the texture to update?
Only after explicitly turning it on first via rednet.open(side) and then closing it rednet.close(side) does the red ring vanish.
Steps to reproduce:
- Create a turtle or computer with a wireless modem.
- Start it and execute rednet.open(side) on the modem's side.
- Shutdown the turtle/computer.
- Observe: Red ring stays on.
- Expected: Red ring should be off.
Cheers :(/>/>