Browse Source

Revert "Merge pull request #1428 from etienn01/update-t114-i2c"

This reverts commit 616eb57b16, reversing
changes made to 537acd7ea1.

This patch needs to be reverted because it boot freezes t114 433Mhz variant.
pull/1549/head
João Brázio 4 months ago
parent
commit
b5248faec4
No known key found for this signature in database GPG Key ID: 56A1490716A324DD
  1. 4
      variants/heltec_t114/variant.h

4
variants/heltec_t114/variant.h

@ -58,8 +58,8 @@
////////////////////////////////////////////////////////////////////////////////
// I2C pin definition
#define PIN_WIRE_SDA (16) // P0.16
#define PIN_WIRE_SCL (13) // P0.13
#define PIN_WIRE_SDA (26) // P0.26
#define PIN_WIRE_SCL (27) // P0.27
////////////////////////////////////////////////////////////////////////////////
// SPI pin definition

Loading…
Cancel
Save