Skip to content

Commit

Permalink
readme: update example formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
egorf authored Oct 12, 2017
1 parent 9a91e2e commit 5a4033c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
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.

0 comments on commit 5a4033c

Please sign in to comment.