reverted too much

This commit is contained in:
Thomas Göttgens
2022-11-13 15:28:43 +01:00
parent 6a696af8f6
commit 401b92bdbb
2 changed files with 2 additions and 11 deletions

View File

@@ -303,14 +303,7 @@ void setup()
nodeDB.init();
playStartMelody();
/*
* Repeat the scanning for I2C devices after power initialization or look for 'latecomers'.
* Boards with an PMU need to be powered on to correctly scan to the device address, such as t-beam-s3-core
*/
// scanI2Cdevice();
// fixed screen override?
if (config.display.oled != Config_DisplayConfig_OledType_OLED_AUTO)
screen_model = config.display.oled;