set oled timeout

This commit is contained in:
Marius Alwan Meyer 2023-05-31 20:54:48 +02:00
parent 6ea6f97d75
commit 8924d058da

View File

@ -30,4 +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
#endif