Skip to content

Commit

Permalink
Disabled energy saving functionality by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Sep 25, 2023
1 parent 8a2d23c commit b663931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BSB_LAN/BSB_LAN_config.h.default
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ bool enable_version_check = false;
boolean enable_ota_update = false;

// Reduce clock speed of ESP32 from 240 MHz to 80MHz, saving ca. 20% energy.
// Reduces WiFi range and log file display times when using and WiFi (LAN not affected). Set to "false" if you have problems with any of these.
boolean esp32_save_energy = true;
// Works well when connecting via LAN, but since it reduces WiFi range and log file display times when using WiFi, it is disabled by default.
boolean esp32_save_energy = false;

// "External" web server. Read files from SD-card. Only static content: html, js, css, jpg, etc.
//#define WEBSERVER
Expand Down

0 comments on commit b663931

Please sign in to comment.