kopia lustrzana https://github.com/Aircoookie/WLED
removed notes
rodzic
15526bd6e8
commit
5c09ee29db
|
@ -418,9 +418,4 @@ void handleIO()
|
||||||
void IRAM_ATTR touchButtonISR()
|
void IRAM_ATTR touchButtonISR()
|
||||||
{
|
{
|
||||||
// used for ESP32 S2 and S3: nothing to do, ISR is just used to update registers of HAL driver
|
// used for ESP32 S2 and S3: nothing to do, ISR is just used to update registers of HAL driver
|
||||||
// asm volatile("nop" ::); //prevent compiler to remove this function (TODO: is this really needed? probably not)
|
|
||||||
|
|
||||||
// #if defined SOC_TOUCH_VERSION_1 //ESP32 original -> unused
|
|
||||||
// touchInterruptSetThresholdDirection(false); //todo: need to flip direction, for that proably need to read current state or something.
|
|
||||||
// #endif
|
|
||||||
}
|
}
|
Ładowanie…
Reference in New Issue