Skip to content

Commit

Permalink
Fixed Pio CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Mar 5, 2024
1 parent 0b915b0 commit 8420a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/touch_test/touch_test.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// 如果不定义,则禁用触摸功能
//!!!If you are unsure about the drive model, please switch the definition to try to see if the touch is normal

// #define TOUCH_MODULES_CST_MUTUAL //Early use of CST328
#define TOUCH_MODULES_CST_SELF //Use CST816 by default
#define TOUCH_MODULES_CST_MUTUAL //Early use of CST328
// #define TOUCH_MODULES_CST_SELF //Use CST816 by default

#include "Arduino.h"
#include "OneButton.h"
Expand Down

0 comments on commit 8420a1c

Please sign in to comment.