From 95cf1882673176945cfbafca14ed7a2f64928d1e Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 23 Feb 2024 21:59:31 -0600 Subject: [PATCH] [coco] remap pins to match rev0 board. --- include/pinmap/coco_devkitc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/pinmap/coco_devkitc.h b/include/pinmap/coco_devkitc.h index 35e428cca..e0f0b6208 100644 --- a/include/pinmap/coco_devkitc.h +++ b/include/pinmap/coco_devkitc.h @@ -20,11 +20,11 @@ /* Buttons - keys.cpp */ #define PIN_BUTTON_A GPIO_NUM_0 // Button 0 on DEVKITC-VE #define PIN_BUTTON_B GPIO_NUM_NC // No Button B -#define PIN_BUTTON_C GPIO_NUM_39 // Safe reset +#define PIN_BUTTON_C GPIO_NUM_14 // Safe reset /* LEDs - leds.cpp */ -#define PIN_LED_WIFI GPIO_NUM_14 -#define PIN_LED_BUS GPIO_NUM_12 +#define PIN_LED_WIFI GPIO_NUM_2 +#define PIN_LED_BUS GPIO_NUM_4 #define PIN_LED_BT GPIO_NUM_NC // No BT LED /* Audio Output - samlib.h */