Fix HAS_WIRE logic in main

pull/3629/head
Jonathan Bennett 2024-04-14 14:36:39 -05:00
rodzic 00d4c011c7
commit 5b52c31a76
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -387,7 +387,7 @@ void setup()
// We need to scan here to decide if we have a screen for nodeDB.init() and because power has been applied to
// accessories
auto i2cScanner = std::unique_ptr<ScanI2CTwoWire>(new ScanI2CTwoWire());
#ifdef HAS_WIRE
#if HAS_WIRE
LOG_INFO("Scanning for i2c devices...\n");
#endif