Skip to content

Commit

Permalink
Update BresserWeatherSensorLW.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Apr 16, 2024
1 parent e9875fb commit b325598
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BresserWeatherSensorLW.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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:
// -
Expand Down Expand Up @@ -465,6 +466,7 @@ void setup()

#if defined(ARDUINO_ESP32S3_POWERFEATHER)
Board.init();
Board.enable3V3(true);
#endif

Serial.begin(115200);
Expand Down

0 comments on commit b325598

Please sign in to comment.