mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-09 03:17:31 +00:00
cleanup comments
This commit is contained in:
committed by
Thomas Göttgens
parent
1296d4d989
commit
d93d5205f2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user