Fix correct second I2C bus

This commit is contained in:
Theo Arends 2024-10-10 17:10:01 +02:00
parent 1ab53aabc8
commit 50ccaede60
1 changed files with 3 additions and 1 deletions

View File

@ -18,8 +18,10 @@
#endif // ESP8266
#ifdef ESP32
#if SOC_I2C_NUM > 1
#define USE_I2C_BUS2
#endif
#endif // SOC_I2C_NUM
#endif // ESP32
const uint8_t I2C_RETRY_COUNTER = 3;