Update usermod.cpp

Removed Serial.begin statement from userSetup
pull/4423/head
spiff72 2025-03-11 21:22:47 -04:00 zatwierdzone przez GitHub
rodzic 98215f5640
commit 24cb069f84
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -48,7 +48,6 @@ TFT_eSPI tft = TFT_eSPI(135, 240); // Invoke custom library
//gets called once at boot. Do all initialization that doesn't depend on network here
void userSetup() {
Serial.begin(115200);
DEBUG_PRINTLN("Start");
tft.init();
tft.setRotation(3); //Rotation here is set up for the text to be readable with the port on the left. Use 1 to flip.