small fix on wire begin
This commit is contained in:
parent
5dc6e99972
commit
40fc177828
|
|
@ -68,7 +68,7 @@ void displaySetup() {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HELTEC_WS) || defined(HELTEC_WSL_V3_DISPLAY)
|
#if defined(HELTEC_WS) || defined(HELTEC_WSL_V3_DISPLAY)
|
||||||
Wire.begin(OLED_SDA, OLED_SCL);
|
Wire.begin(BOARD_I2C_SDA, BOARD_I2C_SCL);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if(!display.begin(SSD1306_SWITCHCAPVCC, SCREEN_ADDRESS)) {
|
if(!display.begin(SSD1306_SWITCHCAPVCC, SCREEN_ADDRESS)) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue