From 73bac3be457c6e9a66375a3f6a967b9a882bb65c Mon Sep 17 00:00:00 2001 From: geeksville Date: Fri, 17 Jan 2020 21:30:41 -0800 Subject: [PATCH] we are supposed to use 0xff to mark unused gpios --- main/configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/configuration.h b/main/configuration.h index feb29df..4c9621d 100644 --- a/main/configuration.h +++ b/main/configuration.h @@ -135,8 +135,8 @@ void ttn_register(void (*callback)(uint8_t message)); #define RESET_GPIO 23 #endif #define DIO0_GPIO 26 -#define DIO1_GPIO 33 // Note: not really used on this board -#define DIO2_GPIO 32 // Note: not really used on this board +#define DIO1_GPIO 0xff // Note: not really used on this board +#define DIO2_GPIO 0xff // Note: not really used on this board // ----------------------------------------------------------------------------- // AXP192 (Rev1-specific options)