Skip to content

Commit

Permalink
Outdated comment is removed [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Jul 2, 2018
1 parent 5a12bdd commit 548b971
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions software/firmware/source/SoftRF/Platform_ESP32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ static void ESP32_setup()
u8x8 = &u8x8_ttgo;
esp32_board = ESP32_TTGO_V2_OLED;
} else {
/*
* This does NOT work well with "stock" ESP32 Arduino Core's TwoWire implementation yet.
* Use I2C code (lib and hal) from Chuck Todd's repo instead:
* https://github.com/stickbreaker/arduino-esp32
*/
Wire1.begin(HELTEC_OLED_PIN_SDA , HELTEC_OLED_PIN_SCL);
Wire1.beginTransmission(SSD1306_OLED_I2C_ADDR);
if (Wire1.endTransmission() == 0) {
Expand Down

0 comments on commit 548b971

Please sign in to comment.