From d93d5205f2ce53ede935b928fb7c4a990eff5520 Mon Sep 17 00:00:00 2001 From: mverch67 Date: Sun, 1 Jun 2025 17:13:48 +0200 Subject: [PATCH] cleanup comments --- src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 9fe9acd0a..fa8f18d3a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -366,10 +366,6 @@ void setup() #elif defined(T_DECK_PRO) pinMode(LORA_EN, OUTPUT); digitalWrite(LORA_EN, HIGH); - // pinMode(BOARD_1V8_EN, OUTPUT); - // digitalWrite(BOARD_1V8_EN, HIGH); - // pinMode(BOARD_6609_EN, OUTPUT); - // digitalWrite(BOARD_6609_EN, HIGH); pinMode(LORA_CS, OUTPUT); digitalWrite(LORA_CS, HIGH); pinMode(SDCARD_CS, OUTPUT);