Update GPIO driver usage (#23)

Recently the SDK removed GPIO functionality because pins are now exclusively claimed by a driver. That means the GPIO app can't claim pins that are already in use... except when it calls the ESP-IDF driver code directly, which is what the app now does.
This commit is contained in:
Ken Van Hoeylandt
2026-02-12 08:35:12 +01:00
committed by GitHub
parent 1955cda81b
commit 9ba1d460bd
3 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -5,6 +5,6 @@ sdk=0.7.0-dev
platforms=esp32,esp32s3,esp32c6,esp32p4
[app]
id=one.tactility.gpio
versionName=0.3.0
versionCode=3
versionName=0.4.0
versionCode=4
name=GPIO