Network.RSSI() slow update

Hi,

I wrote a short app that listens for the Network RSSI and then displays the signal strength with a row of LEDs. The update frequency of calls to the Network.RSSI() seems to be very low though. Do we know how often this table refresh? Right now it seems to be something in the 1 minute range or longer.

cheers

I just did the same thing, using an OLED to display a running graph… mine cuts out after 10 seconds or so… I think mine rechecks in a 30 second interval… :: shrugs ::