Update TTGO_T-Beam_LoRa_APRS.ino

master_sq9mdd
Rysiek Labus 2021-03-21 17:27:45 +01:00
rodzic b8427a9e1c
commit 44e6dd6e31
1 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -39,8 +39,8 @@
#define I2C_SDA 21
#define I2C_SCL 22
#elif LORA32_1
#define I2C_SDA 21
#define I2C_SCL 22
#define I2C_SDA 4
#define I2C_SCL 15
#elif LORA32_2
#define I2C_SDA 21
#define I2C_SCL 22
@ -55,8 +55,6 @@
#define I2C_SCL 15
#endif
// DISPLAY address
#define SSD1306_ADDRESS 0x3C