Skip to content

Commit e5ff857

Browse files
committed
fix(board): translate comments
1 parent e463ad9 commit e5ff857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/sensebox_mcu_esp32s2/variant.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ void initVariant(void) {
3434
pinMode(PD_ENABLE, OUTPUT);
3535
digitalWrite(PD_ENABLE, HIGH);
3636

37-
// Neuen Button-Pin definieren (z.B. GPIO 0 als Beispiel)
37+
// define button pin
3838
const int PIN_BUTTON = 0;
3939
pinMode(PIN_BUTTON, INPUT_PULLUP);
4040

41-
// Button gedrückt halten
41+
// keep button pressed
4242
unsigned long pressStartTime = 0;
4343
bool buttonPressed = false;
4444

0 commit comments

Comments
 (0)