bugfix ttgov21new.h (issue #583)

This commit is contained in:
Klaus K Wilting 2020-04-01 15:12:48 +02:00
parent 2f8301d36a
commit 0de6d61e26

View File

@ -29,9 +29,9 @@
#define BAT_VOLTAGE_DIVIDER 2 // voltage divider 100k/100k on board
// Pins for I2C interface of OLED Display
#define MY_OLED_SDA (21)
#define MY_OLED_SCL (22)
#define MY_OLED_RST NOT_A_PIN
#define MY_DISPLAY_SDA (21)
#define MY_DISPLAY_SCL (22)
#define MY_DISPLAY_RST NOT_A_PIN
// Pins for LORA chip SPI interface, reset line and interrupt lines
#define LORA_SCK (5)