fix power pin definition

This commit is contained in:
Thomas Göttgens 2025-04-09 14:55:23 +02:00 committed by GitHub
parent 69f938ea98
commit fc3d9f2a15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
#define PIN_BUTTON1 47 // 功能键 #define PIN_BUTTON1 47 // 功能键
#define PIN_BUTTON2 4 // 电源键 #define PIN_BUTTON2 4 // 电源键
#define LED_PIN_POWER 6 #define LED_POWER 6
#define ADC_V 42 #define ADC_V 42
// USB_CHECK // USB_CHECK
#define EXT_PWR_DETECT 7 #define EXT_PWR_DETECT 7