oops - though these pins are no connects, we need to lie to the lmic

library because it has an assertion check that will fail.
This commit is contained in:
geeksville 2020-01-18 13:28:12 -08:00
parent c263355ada
commit c6e1053ed1

View File

@ -135,8 +135,8 @@ void ttn_register(void (*callback)(uint8_t message));
#define RESET_GPIO 23 #define RESET_GPIO 23
#endif #endif
#define DIO0_GPIO 26 #define DIO0_GPIO 26
#define DIO1_GPIO 0xff // Note: not really used on this board #define DIO1_GPIO 33 // Note: not really used on this board
#define DIO2_GPIO 0xff // Note: not really used on this board #define DIO2_GPIO 32 // Note: not really used on this board
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// AXP192 (Rev1-specific options) // AXP192 (Rev1-specific options)