Switch buttons to match 3D housing, improve release ack handling
This commit is contained in:
+4
-4
@@ -2,11 +2,11 @@
|
||||
|
||||
#include "connect.h"
|
||||
|
||||
#define POWER_BUTTON_PIN 10
|
||||
#define RESET_BUTTON_PIN 2
|
||||
#define POWER_BUTTON_PIN 2
|
||||
#define RESET_BUTTON_PIN 10
|
||||
|
||||
#define POWER_LED_PIN 3
|
||||
#define RESET_LED_PIN 1
|
||||
#define POWER_LED_PIN 1
|
||||
#define RESET_LED_PIN 3
|
||||
|
||||
#define POWER_GATE_PIN 6
|
||||
#define RESET_GATE_PIN 7
|
||||
|
||||
Reference in New Issue
Block a user