From 5a4033c0b2d596ca064224ee8e9fdfb5cb7f9e11 Mon Sep 17 00:00:00 2001 From: Egor Fedorov Date: Thu, 12 Oct 2017 21:49:39 +0300 Subject: [PATCH] readme: update example formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07179c6..1fbed53 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ def main(): def print_wifi_state(): print(WiFiControl().get_status()) -wifi_monitor = WiFiMonitor() + wifi_monitor = WiFiMonitor() wifi_monitor.register_callback(wifi_monitor.HOST_STATE, print_wifi_state) wifi_monitor.register_callback(wifi_monitor.CLIENT_STATE, print_wifi_statete) @@ -148,4 +148,4 @@ if __name__ == '__main__': ##### Credits -This package was written by [Ivan Sapozhkov](https://github.com/isapozhkov) and [Denis Chagin](https://github.com/merindorium). It is used in [Emlid](https://emlid.com)'s products, such as Reach and Reach RS. \ No newline at end of file +This package was written by [Ivan Sapozhkov](https://github.com/isapozhkov) and [Denis Chagin](https://github.com/merindorium). It is used in [Emlid](https://emlid.com)'s products, such as Reach and Reach RS.