Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
izivkov committed Jan 23, 2024
1 parent cf6d6cf commit da5ded0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ Install the following dependencies:

pip3 install reactivex

sudo pip3 install geocoder

Troubleshooting:
================
If your watch cannot connect, and the ``--multi-watch`` parameter is not used, remove the "config.ini" file and try again.
Expand Down
4 changes: 2 additions & 2 deletions config.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[main]
device.address = F6:A1:42:57:7A:07
device.name = CASIO GA-B2100
device.address = CD:85:03:12:62:17
device.name = CASIO GW-B5600

1 change: 0 additions & 1 deletion src/gshocktimeserver/iolib/button_pressed_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class WatchButton(IntEnum):
NO_BUTTON = 5
INVALID = 6


class ButtonPressedIO:
result: asyncio.Future[Any] = None
connection = None
Expand Down

0 comments on commit da5ded0

Please sign in to comment.