Skip to content

Commit

Permalink
+plug s: invert reset button
Browse files Browse the repository at this point in the history
  • Loading branch information
markirb committed Jun 16, 2024
1 parent 6a7c373 commit 25f1234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
author: Shelly-HomeKit contributors
description: A HomeKit firmware for Shelly switches
version: 2.12.0-beta4
version: 2.12.0-beta5

libs_version: latest
modules_version: latest
Expand Down Expand Up @@ -598,7 +598,7 @@ conds:
LED_GPIO: 25
LED_ON: 1
BTN_GPIO: 9
BTN_DOWN: 1
BTN_DOWN: 0
PRODUCT_HW_REV: "2.0.0"
STOCK_FW_MODEL: SHPPLG-S
MAX_NUM_HAP_SESSIONS: 16
Expand Down

0 comments on commit 25f1234

Please sign in to comment.