lower OLED_TIMEOUT

This commit is contained in:
Marius Alwan Meyer 2023-06-01 23:32:52 +02:00
parent 0757821dd2
commit 4837ee4b29

View File

@ -30,5 +30,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef OLED_ENABLE
#define OLED_BRIGHTNESS 100
#define OLED_TIMEOUT 1800000 // 30 minutes
#define OLED_TIMEOUT 900000 // 15 minutes
#endif