MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / is_wifi_connected

Method is_wifi_connected

Ragnar.py:252–259  ·  view source on GitHub ↗

Legacy method - use wifi_manager for new code.

(self)

Source from the content-addressed store, hash-verified

250 # Stop orchestrator
251 self.stop_orchestrator()
252
253 # Stop Wi-Fi manager
254 if hasattr(self, 'wifi_manager'):
255 self.wifi_manager.stop()
256
257 # Set exit flags
258 self.shared_data.should_exit = True
259 self.shared_data.orchestrator_should_exit = True
260 self.shared_data.display_should_exit = True
261 self.shared_data.webapp_should_exit = True
262

Callers 1

get_wifi_logFunction · 0.45

Calls 1

check_wifi_connectionMethod · 0.80

Tested by

no test coverage detected