reflecting pull upa nd down for buttons
Python CI / test (3.12) (push) Successful in 7m12s
Python CI / test (3.13) (push) Successful in 22m11s

This commit is contained in:
2025-11-23 14:40:47 +01:00
parent 5f38e3865e
commit 73102392dd
2 changed files with 26 additions and 9 deletions
+2 -1
View File
@@ -32,7 +32,8 @@
"gpio": 21,
"gesture": "long_press",
"description": "Power off button (long press to shutdown)",
"comment": "You may want to implement shutdown logic in the application"
"pull_up": false,
"comment": "Active high button - pulls HIGH when pressed (unlike prev/next which pull LOW)"
}
]
},