JavaLaurence Geschrieben February 28, 2013 at 19:41 Share Geschrieben February 28, 2013 at 19:41 Brickv connects to my stack over Wifi.. then tells me there is no Wifi Extension present. Clearly impossible! Zitieren Link zu diesem Kommentar Share on other sites More sharing options...
photron Geschrieben March 1, 2013 at 10:17 Share Geschrieben March 1, 2013 at 10:17 I thinks what's happening here is that brickv calls is_wifi_present() on the Master Brick and this calls gets a timeout (see the timeout counter shows 1). This makes brickv not show the WIFI configuration UI. Zitieren Link zu diesem Kommentar Share on other sites More sharing options...
JavaLaurence Geschrieben March 5, 2013 at 20:17 Autor Share Geschrieben March 5, 2013 at 20:17 It could retry, no? And after N retries print a message where the UI ought to be saying "Cannot determine presence of Wifi Extension". Zitieren Link zu diesem Kommentar Share on other sites More sharing options...
photron Geschrieben March 6, 2013 at 08:52 Share Geschrieben March 6, 2013 at 08:52 It could retry but that wouldn't help much in general. In your case a spontaneous timeout hits is_wifi_present(). But a spontaneous timeout might hit any other function call as well. We'd have to add retry handling to all API function calls. That's quite a lot of work. I'll note it down as a future enhancement possibility. Zitieren Link zu diesem Kommentar Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.