Switch buttons to match 3D housing, improve release ack handling

This commit is contained in:
Riyyi
2025-11-15 16:43:48 +01:00
parent 8941571fa7
commit b103d21913
4 changed files with 23 additions and 38 deletions
+4 -4
View File
@@ -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