Skip to content

Commit

Permalink
small fix on wire begin
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Aug 30, 2024
1 parent 5dc6e99 commit 40fc177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 40fc177

Please sign in to comment.