build: fix RAK, T114, T1000 builds

このコミットが含まれているのは:
taco
2025-04-09 18:22:01 +10:00
コミット be64fa7ca0
3個のファイルの変更3行の追加3行の削除
+1 -1
ファイルの表示
@@ -27,7 +27,7 @@ void RAK4631Board::begin() {
#endif #endif
#if defined(PIN_BOARD_SDA) && defined(PIN_BOARD_SCL) #if defined(PIN_BOARD_SDA) && defined(PIN_BOARD_SCL)
Wire.setPins(PIN_BOARD_SDA, PIN_BOARD_SCL) Wire.setPins(PIN_BOARD_SDA, PIN_BOARD_SCL);
#endif #endif
Wire.begin(); Wire.begin();
+1 -1
ファイルの表示
@@ -18,7 +18,7 @@ void T1000eBoard::begin() {
#endif #endif
#if defined(PIN_BOARD_SDA) && defined(PIN_BOARD_SCL) #if defined(PIN_BOARD_SDA) && defined(PIN_BOARD_SCL)
Wire.setPins(PIN_BOARD_SDA, PIN_BOARD_SCL) Wire.setPins(PIN_BOARD_SDA, PIN_BOARD_SCL);
#endif #endif
Wire.begin(); Wire.begin();
+1 -1
ファイルの表示
@@ -27,7 +27,7 @@ void T114Board::begin() {
pinMode(PIN_VBAT_READ, INPUT); pinMode(PIN_VBAT_READ, INPUT);
#if defined(PIN_BOARD_SDA) && defined(PIN_BOARD_SCL) #if defined(PIN_BOARD_SDA) && defined(PIN_BOARD_SCL)
Wire.setPins(PIN_BOARD_SDA, PIN_BOARD_SCL) Wire.setPins(PIN_BOARD_SDA, PIN_BOARD_SCL);
#endif #endif
Wire.begin(); Wire.begin();