diff options
author | uvok | 2025-07-19 19:15:42 +0200 |
---|---|---|
committer | uvok | 2025-07-19 19:15:42 +0200 |
commit | 12f19e6ac90513038d71a1e9018e8b40f8abfc68 (patch) | |
tree | 38e44421de9402be67ad081c9d9f277043e33ba9 /src/gpio.cpp | |
parent | 356ff1961c1341c4d6b863b90b9a4e06bef44329 (diff) |
Implement preview mode
Diffstat (limited to 'src/gpio.cpp')
-rw-r--r-- | src/gpio.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpio.cpp b/src/gpio.cpp index a419d99..6746a48 100644 --- a/src/gpio.cpp +++ b/src/gpio.cpp @@ -11,7 +11,6 @@ // Elecrow #define EXIT_KEY 1 #define HOME_KEY 2 -#define OK_KEY 5 #endif #define GPIO_STACK 2048 |