Update ttgov21new.h

This commit is contained in:
Verkehrsrot 2020-04-01 15:21:05 +02:00 committed by GitHub
parent d14fb2cfc7
commit 0ac5e2a925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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