9ba1d460bd
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.
11 lines
156 B
Properties
11 lines
156 B
Properties
[manifest]
|
|
version=0.1
|
|
[target]
|
|
sdk=0.7.0-dev
|
|
platforms=esp32,esp32s3,esp32c6,esp32p4
|
|
[app]
|
|
id=one.tactility.gpio
|
|
versionName=0.4.0
|
|
versionCode=4
|
|
name=GPIO
|