fixed: added back pin inits when SDA and SCL are set.

This commit is contained in:
recrof 2025-03-16 10:17:04 +01:00
parent d525680b71
commit 882377e4d6
6 changed files with 99 additions and 86 deletions

View file

@ -26,6 +26,10 @@ void T114Board::begin() {
pinMode(PIN_VBAT_READ, INPUT);
#if defined(PIN_BOARD_SDA) && defined(PIN_BOARD_SCL)
Wire.setPins(PIN_BOARD_SDA, PIN_BOARD_SCL)
#endif
Wire.begin();
#ifdef P_LORA_TX_LED