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

View File

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