From 3b2b0bdc971c3f0be2ed1f50d134c3619476a853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Mon, 21 Nov 2022 15:50:47 +0100 Subject: [PATCH] fix TLora V1 Boards Display Init --- variants/tlora_v1/variant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/tlora_v1/variant.h b/variants/tlora_v1/variant.h index 3a1d61db..6ab8bad4 100644 --- a/variants/tlora_v1/variant.h +++ b/variants/tlora_v1/variant.h @@ -6,7 +6,7 @@ #define RESET_OLED 16 // If defined, this pin will be used to reset the display controller -// #define VEXT_ENABLE 21 // active low, powers the oled display and the lora antenna boost +#define VEXT_ENABLE 21 // active low, powers the oled display and the lora antenna boost #define LED_PIN 2 // If defined we will blink this LED #define BUTTON_PIN 0 // If defined, this will be used for user button presses #define BUTTON_NEED_PULLUP