Update heltecv2.h
This commit is contained in:
parent
6b3a367e68
commit
a25ab0930c
@ -18,9 +18,9 @@
|
|||||||
#define HAS_BUTTON KEY_BUILTIN // button "PROG" on board
|
#define HAS_BUTTON KEY_BUILTIN // button "PROG" on board
|
||||||
|
|
||||||
// Pins for I2C interface of OLED Display
|
// Pins for I2C interface of OLED Display
|
||||||
#define MY_OLED_SDA OLED_SDA
|
#define MY_OLED_SDA (21)
|
||||||
#define MY_OLED_SCL OLED_SCL
|
#define MY_OLED_SCL (22)
|
||||||
#define MY_OLED_RST OLED_RST
|
#define MY_OLED_RST (16)
|
||||||
|
|
||||||
// Pins for LORA chip SPI interface come from board file, we need some
|
// Pins for LORA chip SPI interface come from board file, we need some
|
||||||
// additional definitions for LMIC
|
// additional definitions for LMIC
|
||||||
|
Loading…
Reference in New Issue
Block a user