mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-13 00:22:10 +00:00
commit
6c07fbfc12
@ -293,6 +293,10 @@ void setup()
|
|||||||
* Boards with an PMU need to be powered on to correctly scan to the device address, such as t-beam-s3-core
|
* Boards with an PMU need to be powered on to correctly scan to the device address, such as t-beam-s3-core
|
||||||
*/
|
*/
|
||||||
scanI2Cdevice();
|
scanI2Cdevice();
|
||||||
|
|
||||||
|
// fixed screen override?
|
||||||
|
if (config.display.oled != Config_DisplayConfig_OledType_OLED_AUTO)
|
||||||
|
screen_model = config.display.oled;
|
||||||
|
|
||||||
// Init our SPI controller (must be before screen and lora)
|
// Init our SPI controller (must be before screen and lora)
|
||||||
initSPI();
|
initSPI();
|
||||||
|
Loading…
Reference in New Issue
Block a user