Merge pull request #269 from cyberman54/master

sync dev to master
This commit is contained in:
Verkehrsrot 2019-02-10 00:05:44 +01:00 committed by GitHub
commit 9177d5c062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,8 @@
#define HAS_BUTTON KEY_BUILTIN #define HAS_BUTTON KEY_BUILTIN
// Pins for I2C interface of OLED Display // Pins for I2C interface of OLED Display
#define MY_OLED_SDA (15) #define MY_OLED_SDA (4)
#define MY_OLED_SCL (4) #define MY_OLED_SCL (15)
#define MY_OLED_RST (16) #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