Skip to content

Commit

Permalink
Update _P097_Esp32Touch.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
chromoxdor committed Nov 27, 2024
1 parent 7f32370 commit 721d7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_P097_Esp32Touch.ino
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ DRAM_ATTR uint32_t p097_pinTouchedLong = 0;
DRAM_ATTR uint32_t p097_pinTouchedPrev = 0;
DRAM_ATTR uint32_t p097_timestamp[LAST_TOUCH_INPUT_INDEX] = { 0 };
DRAM_ATTR uint32_t p097_touchstart[LAST_TOUCH_INPUT_INDEX] = { 0 };
IRAM_ATTR uint32_t p097_togglevalue[LAST_TOUCH_INPUT_INDEX] = { 0 };
DRAM_ATTR uint32_t p097_togglevalue[LAST_TOUCH_INPUT_INDEX] = { 0 };

boolean Plugin_097(uint8_t function, struct EventStruct *event, String& string)
{
Expand Down

0 comments on commit 721d7bf

Please sign in to comment.