Skip to content

Commit

Permalink
mynewt: gatt: remove mynewt specific wid handler
Browse files Browse the repository at this point in the history
Test GATT/SR/GAN/BV-01-C (notification sent by server) will be now handled
in generic wid.
  • Loading branch information
piotrnarajowski committed Jan 30, 2025
1 parent ef48898 commit 5f0438f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions autopts/ptsprojects/mynewt/gatt_wid.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,7 @@ def hdl_wid_3(_: WIDParams):

def hdl_wid_49(_: WIDParams):
time.sleep(30)
return True


def hdl_wid_92(_: WIDParams):
time.sleep(2)
return True
return Truegit s


def hdl_wid_98(_: WIDParams):
Expand Down

0 comments on commit 5f0438f

Please sign in to comment.