1
0

fix(MP/daemon): button id

This commit is contained in:
2026-06-05 19:57:59 +02:00
committed by Fastium
parent c230621c34
commit bbe3bb9fed

View File

@@ -1,9 +1,9 @@
#ifndef BUTTON_H #ifndef BUTTON_H
#define BUTTON_H #define BUTTON_H
#define GPIO_BTN_INCREASE "0" #define GPIO_BTN_INCREASE "3"
#define GPIO_BTN_DECREASE "2" #define GPIO_BTN_DECREASE "0"
#define GPIO_BTN_MODE "3" #define GPIO_BTN_MODE "2"
typedef enum { typedef enum {
BTN_INCREASE, BTN_INCREASE,