mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-01-28 11:24:22 +01:00
small fix on wire begin
This commit is contained in:
parent
5dc6e99972
commit
40fc177828
|
|
@ -68,7 +68,7 @@ void displaySetup() {
|
|||
#endif
|
||||
|
||||
#if defined(HELTEC_WS) || defined(HELTEC_WSL_V3_DISPLAY)
|
||||
Wire.begin(OLED_SDA, OLED_SCL);
|
||||
Wire.begin(BOARD_I2C_SDA, BOARD_I2C_SCL);
|
||||
#endif
|
||||
|
||||
if(!display.begin(SSD1306_SWITCHCAPVCC, SCREEN_ADDRESS)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue