tinyGS
tinyGS copied to clipboard
Handle no OLED reset pin
This PR modifies displayInit() to correctly handle the case where the OLED reset signal is not connected to the ESP32, i.e. board.OLED__RST is set to UNUSED (or oRST is not defined in a custom board template).
The OLED reset signal is not connected to the ESP32 on the TTGO LoRa32 T3 V1.6 board (a.k.a. V2.1.6) for example.