From b3255983074127988836db25c45a3f5243e86aed Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Tue, 16 Apr 2024 18:47:03 +0200 Subject: [PATCH] Update BresserWeatherSensorLW.ino --- BresserWeatherSensorLW.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BresserWeatherSensorLW.ino b/BresserWeatherSensorLW.ino index b3794d7..da364c9 100644 --- a/BresserWeatherSensorLW.ino +++ b/BresserWeatherSensorLW.ino @@ -76,6 +76,7 @@ // 20240414 Added separation between LoRaWAN and application layer // Fixed battLevel calculation // 20240415 Added ESP32-S3 PowerFeather +// 20240416 Added enabling of 3.3V power supply for FeatherWing on ESP32-S3 PowerFeather // // ToDo: // - @@ -465,6 +466,7 @@ void setup() #if defined(ARDUINO_ESP32S3_POWERFEATHER) Board.init(); + Board.enable3V3(true); #endif Serial.begin(115200);